[Python-modules-commits] r28477 - in packages/plainbox-provider-resource-generic/trunk/debian (2 files)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Mon Apr 7 14:22:33 UTC 2014


    Date: Monday, April 7, 2014 @ 14:22:33
  Author: zyga-guest
Revision: 28477

debian/rules: override dh_python3 with private directory path in binary:
target to generate ${python3:Depends} and maintainer scripts

Modified:
  packages/plainbox-provider-resource-generic/trunk/debian/changelog
  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	2014-04-07 14:04:45 UTC (rev 28476)
+++ packages/plainbox-provider-resource-generic/trunk/debian/changelog	2014-04-07 14:22:33 UTC (rev 28477)
@@ -8,9 +8,8 @@
   * debian/rules: stop using pybuild and use manage.py
     {i18n,build,install,validate} instead. The build rule also regenerates.
     autotools scripts that are present in the tarball.
-  * debian/rules: call dh_python3 with private directory path in binary:
-    target to generate ${python3:Depends} and maintainer scripts (NOTE: this
-    seems to be broken at this time)
+  * debian/rules: override dh_python3 with private directory path in binary:
+    target to generate ${python3:Depends} and maintainer scripts
   * debian/patches: drop (no longer needed)
   * debian/upstream/signing-key.asc: Use armoured gpg keys to avoid having to
     keep binary files in Debian packaging. Also, replace that with my key

Modified: packages/plainbox-provider-resource-generic/trunk/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 14:04:45 UTC (rev 28476)
+++ packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 14:22:33 UTC (rev 28477)
@@ -21,10 +21,9 @@
 	python3 manage.py install \
 		--prefix=/usr --layout=unix --root=$(CURDIR)/debian/plainbox-provider-resource-generic/
 
-binary:
+override_dh_python3:
 	dh_python3 \
 		-p plainbox-provider-resource-generic \
 		--verbose \
 		--shebang=/usr/bin/python3 \
 		/usr/lib/2013.com.canonical.certification:plainbox-resources/bin
-	dh $@ --with=python3




More information about the Python-modules-commits mailing list