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

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Thu Mar 27 10:23:19 UTC 2014


    Date: Thursday, March 27, 2014 @ 10:23:18
  Author: zyga-guest
Revision: 28330

debian/control: make python3-checkbox-ng, checkbox-ng and checkbox-service
all depend on one version of themselves. LP: #1298284

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	2014-03-27 10:23:08 UTC (rev 28329)
+++ packages/checkbox-ng/trunk/debian/changelog	2014-03-27 10:23:18 UTC (rev 28330)
@@ -1,3 +1,10 @@
+checkbox-ng (0.2.2-2) UNRELEASED; urgency=medium
+
+  * debian/control: make python3-checkbox-ng, checkbox-ng and checkbox-service
+    all depend on one version of themselves. LP: #1298284
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Thu, 27 Mar 2014 11:18:14 +0100
+
 checkbox-ng (0.2.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/checkbox-ng/trunk/debian/control
===================================================================
--- packages/checkbox-ng/trunk/debian/control	2014-03-27 10:23:08 UTC (rev 28329)
+++ packages/checkbox-ng/trunk/debian/control	2014-03-27 10:23:18 UTC (rev 28330)
@@ -21,7 +21,7 @@
 
 Package: checkbox-ng
 Architecture: all
-Depends: python3-checkbox-ng, ${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
@@ -33,7 +33,7 @@
 
 Package: checkbox-ng-service
 Architecture: all
-Depends: checkbox-ng, python3-dbus, python3-gi, ${misc:Depends}
+Depends: checkbox-ng (= ${binary:Version}), 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




More information about the Python-modules-commits mailing list