[Python-modules-commits] r32108 - in packages/checkbox-ng/trunk/debian (changelog control)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Wed Apr 1 16:59:33 UTC 2015


    Date: Wednesday, April 1, 2015 @ 16:59:32
  Author: zyga-guest
Revision: 32108

debian/control: wrap-and-sort 

Modified:
  packages/checkbox-ng/trunk/debian/changelog
  packages/checkbox-ng/trunk/debian/control

Modified: packages/checkbox-ng/trunk/debian/changelog
===================================================================
--- packages/checkbox-ng/trunk/debian/changelog	2015-04-01 16:16:26 UTC (rev 32107)
+++ packages/checkbox-ng/trunk/debian/changelog	2015-04-01 16:59:32 UTC (rev 32108)
@@ -15,6 +15,7 @@
     canonical-* executables
   * debian/checkbox-ng.lintian-overrides: add lintian override for
     checkbox-launcher script interpreter 
+  * debian/control: wrap-and-sort 
 
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Thu, 05 Mar 2015 14:40:11 +0100
 

Modified: packages/checkbox-ng/trunk/debian/control
===================================================================
--- packages/checkbox-ng/trunk/debian/control	2015-04-01 16:16:26 UTC (rev 32107)
+++ packages/checkbox-ng/trunk/debian/control	2015-04-01 16:59:32 UTC (rev 32108)
@@ -1,22 +1,21 @@
 Source: checkbox-ng
 Section: utils
 Priority: optional
-Maintainer: Checkbox Developers <checkbox-dev at lists.launchpad.net> 
+Maintainer: Checkbox Developers <checkbox-dev at lists.launchpad.net>
 Uploaders: Sylvain Pineau <sylvain.pineau at canonical.com>,
            Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
            Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python3-all,
- python3-checkbox-support (>= 0.18),
- python3-dbus,
- python3-docutils,
- python3-gi,
- python3-plainbox (>= 0.20),
- python3-requests (>= 1.0),
- python3-setuptools,
- python3-sphinx,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-checkbox-support (>= 0.18),
+               python3-dbus,
+               python3-docutils,
+               python3-gi,
+               python3-plainbox (>= 0.20),
+               python3-requests (>= 1.0),
+               python3-setuptools,
+               python3-sphinx
 Standards-Version: 3.9.6
 X-Python3-Version: >= 3.2
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/checkbox-ng/trunk/
@@ -25,7 +24,9 @@
 
 Package: checkbox-ng
 Architecture: all
-Depends: python3-checkbox-ng (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
+Depends: python3-checkbox-ng (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends}
 Replaces: checkbox (<< 0.17.6-0ubuntu1)
 Breaks: checkbox (<< 0.17.6-0ubuntu1)
 Description: PlainBox based test runner
@@ -37,7 +38,11 @@
 
 Package: checkbox-ng-service
 Architecture: all
-Depends: checkbox-ng (= ${binary:Version}), python3, python3-dbus, python3-gi, ${misc:Depends}
+Depends: checkbox-ng (= ${binary:Version}),
+         python3,
+         python3-dbus,
+         python3-gi,
+         ${misc:Depends}
 Description: CheckBox D-Bus service
  CheckBoxNG is a hardware testing tool useful for certifying laptops,
  desktops and servers. It is a new version of CheckBox that is built
@@ -47,12 +52,11 @@
 
 Package: python3-checkbox-ng
 Architecture: all
-Depends:
- python3-plainbox (>= 0.20),
- python3-checkbox-support (>= 0.18),
- python3-requests (>= 1.0),
- ${misc:Depends},
- ${python3:Depends}
+Depends: python3-checkbox-support (>= 0.18),
+         python3-plainbox (>= 0.20),
+         python3-requests (>= 1.0),
+         ${misc:Depends},
+         ${python3:Depends}
 Description: PlainBox based test runner (Python 3 library)
  CheckBoxNG is a hardware testing tool useful for certifying laptops,
  desktops and servers. It is a new version of CheckBox that is built
@@ -64,9 +68,7 @@
 Architecture: all
 Section: doc
 Priority: extra
-Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: PlainBox based test runner (documentation)
  CheckBoxNG is a hardware testing tool useful for certifying laptops,
  desktops and servers. It is a new version of CheckBox that is built




More information about the Python-modules-commits mailing list