[Python-modules-commits] r28481 - 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 20:03:47 UTC 2014


    Date: Monday, April 7, 2014 @ 20:03:46
  Author: zyga-guest
Revision: 28481

* debian/watch: look for new releases on launchpad
* debian/rules: override dh_python3 with private directory path in
  override_dh_python3 target to generate ${python3:Depends} and maintainer
  scripts (XXX: this doesn't seem to work, dh-gencontrol says
  ${python3:Depends} is still undefined. 

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 19:59:50 UTC (rev 28480)
+++ packages/plainbox-provider-resource-generic/trunk/debian/changelog	2014-04-07 20:03:46 UTC (rev 28481)
@@ -2,14 +2,17 @@
 
   * New upstream release. List of bugfixes:
     https://launchpad.net/plainbox-provider-resource/14.04/0.3
+  * debian/watch: look for new releases on launchpad
   * debian/control: make plainbox-provider-resource-generic arch=any as it
     builds C source for one provider-specific executable now, also depend on
     autotools, intltool and two netlink libraries
   * 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: override dh_python3 with private directory path in binary:
-    target to generate ${python3:Depends} and maintainer scripts
+  * debian/rules: override dh_python3 with private directory path in
+    override_dh_python3 target to generate ${python3:Depends} and maintainer
+    scripts (XXX: this doesn't seem to work, dh-gencontrol says
+    ${python3:Depends} is still undefined. 
   * 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 19:59:50 UTC (rev 28480)
+++ packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 20:03:46 UTC (rev 28481)
@@ -19,7 +19,8 @@
 
 override_dh_auto_install:
 	python3 manage.py install \
-		--prefix=/usr --layout=unix --root=$(CURDIR)/debian/plainbox-provider-resource-generic/
+		--prefix=/usr --layout=unix \
+		--root=$(CURDIR)/debian/plainbox-provider-resource-generic/
 
 override_dh_python3:
 	dh_python3 \




More information about the Python-modules-commits mailing list