[Python-apps-commits] r12117 - in packages/plainbox-provider-resource-generic/trunk/debian (3 files)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Tue Jul 21 13:42:29 UTC 2015


    Date: Tuesday, July 21, 2015 @ 13:42:27
  Author: zyga-guest
Revision: 12117

debian/control: Depend on more recent version of plainbox to get the
packaging meta-data unit which blocks validation.

Modified:
  packages/plainbox-provider-resource-generic/trunk/debian/changelog
  packages/plainbox-provider-resource-generic/trunk/debian/control
  packages/plainbox-provider-resource-generic/trunk/debian/rules

Modified: packages/plainbox-provider-resource-generic/trunk/debian/changelog
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/changelog	2015-07-21 13:22:01 UTC (rev 12116)
+++ packages/plainbox-provider-resource-generic/trunk/debian/changelog	2015-07-21 13:42:27 UTC (rev 12117)
@@ -8,6 +8,8 @@
     installed to build the source package in a clean tree. 
   * debian/control: Use the new email address for the team
     (checkbox-devel at lists.ubuntu.com). 
+  * debian/control: Depend on more recent version of plainbox to get the
+    packaging meta-data unit which blocks validation.
 
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Tue, 28 Apr 2015 10:35:39 +0200
 

Modified: packages/plainbox-provider-resource-generic/trunk/debian/control
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/control	2015-07-21 13:22:01 UTC (rev 12116)
+++ packages/plainbox-provider-resource-generic/trunk/debian/control	2015-07-21 13:42:27 UTC (rev 12117)
@@ -1,20 +1,19 @@
 Source: plainbox-provider-resource-generic
 Section: utils
 Priority: optional
-Maintainer: Checkbox Developers <checkbox-devel at lists.ubuntu.com> 
+Maintainer: Checkbox Developers <checkbox-devel at lists.ubuntu.com>
 Uploaders: Sylvain Pineau <sylvain.pineau at canonical.com>,
            Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
            Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends:
- autoconf,
- automake,
- debhelper (>= 9),
- intltool,
- libnl-3-dev,
- libnl-genl-3-dev,
- pkg-config,
- python3,
- python3-plainbox (>= 0.5.3),
+Build-Depends: autoconf,
+               automake,
+               debhelper (>= 9),
+               intltool,
+               libnl-3-dev,
+               libnl-genl-3-dev,
+               pkg-config,
+               python3,
+               python3-plainbox (>= 0.22)
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/plainbox-provider-resource-generic/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/plainbox-provider-resource-generic/trunk/
@@ -22,11 +21,10 @@
 
 Package: plainbox-provider-resource-generic
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- python3 (>= 3.2),
- python3-checkbox-support (>= 0.2),
+Depends: python3 (>= 3.2),
+         python3-checkbox-support (>= 0.2),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
 Description: CheckBox generic resource jobs provider
  This package provides the generic resource jobs. It is used together

Modified: packages/plainbox-provider-resource-generic/trunk/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/rules	2015-07-21 13:22:01 UTC (rev 12116)
+++ packages/plainbox-provider-resource-generic/trunk/debian/rules	2015-07-21 13:42:27 UTC (rev 12117)
@@ -11,7 +11,7 @@
 
 override_dh_auto_build:
 	python3 manage.py build
-	python3 manage.py i18n
+	python3 manage.py i18n --dont-update-pot --dont-merge-po
 
 override_dh_auto_test:
 	python3 manage.py validate 




More information about the Python-apps-commits mailing list