[Python-modules-commits] r27387 - in packages/checkbox-ng/trunk/debian (control)
spineau-guest at users.alioth.debian.org
spineau-guest at users.alioth.debian.org
Wed Jan 22 02:34:57 UTC 2014
Date: Wednesday, January 22, 2014 @ 02:34:56
Author: spineau-guest
Revision: 27387
debian/control: reorder packages
Modified:
packages/checkbox-ng/trunk/debian/control
Modified: packages/checkbox-ng/trunk/debian/control
===================================================================
--- packages/checkbox-ng/trunk/debian/control 2014-01-22 02:34:31 UTC (rev 27386)
+++ packages/checkbox-ng/trunk/debian/control 2014-01-22 02:34:56 UTC (rev 27387)
@@ -16,24 +16,23 @@
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/checkbox-ng/trunk/
Homepage: http://launchpad.net/checkbox
-Package: python3-checkbox-ng
-Architecture: all
-Depends: python3-plainbox,
- python3-requests ( >= 1.0),
- ${misc:Depends},
- ${python3:Depends}
-Description: Simple replacement for CheckBox
- This package contains the checkbox-ng Python 3 library
-
Package: checkbox-ng
Architecture: all
-Depends: python3-checkbox-ng
- ${misc:Depends}, ${python3:Depends}
+Depends: python3-checkbox-ng, ${misc:Depends}, ${python3:Depends}
Description: Simple replacement for CheckBox
- CheckBox command line tool
+ CheckBox command line tools
Package: checkbox-ng-service
Architecture: all
-Depends: checkbox-ng, python3-dbus, python3-gi
+Depends: checkbox-ng, python3-dbus, python3-gi, ${misc:Depends}
Description: CheckBox D-Bus service
File(s) needed for auto-starting CheckBox D-Bus service on demand.
+
+Package: python3-checkbox-ng
+Architecture: all
+Depends: python3-plainbox,
+ python3-requests ( >= 1.0),
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Simple replacement for CheckBox
+ This package contains the checkbox-ng Python 3 library
More information about the Python-modules-commits
mailing list