← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] lp:~robru/youker-assistant/packaging into lp:youker-assistant

 

Robert Bruce Park has proposed merging lp:~robru/youker-assistant/packaging into lp:youker-assistant.

Requested reviews:
  Jack Yu (yj-1325)

For more details, see:
https://code.launchpad.net/~robru/youker-assistant/packaging/+merge/180937

Saw your request for packaging review in email, so here are some minor fixes for you. It was mostly good already.
-- 
https://code.launchpad.net/~robru/youker-assistant/packaging/+merge/180937
Your team UbuntuKylin Members is subscribed to branch lp:youker-assistant.
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf	1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf	2013-08-19 20:08:47 +0000
@@ -0,0 +1,2 @@
+[BUILDDEB]
+split = True

=== modified file 'debian/compat'
--- debian/compat	2013-07-02 01:17:47 +0000
+++ debian/compat	2013-08-19 20:08:47 +0000
@@ -1,1 +1,1 @@
-8
+9

=== modified file 'debian/control'
--- debian/control	2013-08-19 16:29:56 +0000
+++ debian/control	2013-08-19 20:08:47 +0000
@@ -1,25 +1,27 @@
 Source: youker-assistant
-Section: gnome
+Section: misc
 Priority: optional
 Maintainer: UbuntuKylin Team <ubuntukylin-members@xxxxxxxxxxxxxxxxxx>
 Build-Depends: debhelper (>= 9),
                dh-translations,
+               libphonon-dev,
+               libqt4-dev,
                pkg-config,
+               python (>= 2.6.6-3~),
+               qt4-default,
                qtchooser,
-               libqt4-dev,
-               qt4-default,
-               libphonon-dev,
-               python (>= 2.6.6-3~),
 Standards-Version: 3.9.4
 Homepage: https://launchpad.net/youker-assistant
+Vcs-Bzr: https://code.launchpad.net/~ubuntukylin-members/youker-assistant/trunk
 
 Package: youker-assistant
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libphonon-dev,
+Multi-Arch: same
+Depends: libphonon-dev,
          python,
          python-dbus,
          python-support (>= 0.90),
+         ${misc:Depends},
+         ${shlibs:Depends},
 Description: It is a system assistant tool.
- aimed at helping all users to manage their linux system conveniently.
+ Helps all users manage their linux system conveniently.

=== modified file 'debian/rules'
--- debian/rules	2013-07-02 01:17:47 +0000
+++ debian/rules	2013-08-19 20:08:47 +0000
@@ -10,4 +10,4 @@
 		youker-assistant.pro
 
 %:
-	dh $@ --with translations
+	dh $@ --with translations --fail-missing


Follow ups