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

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


    Date: Monday, April 7, 2014 @ 21:33:50
  Author: zyga-guest
Revision: 10746

debian/control: drop X-Python3-Version 

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	2014-04-07 21:01:47 UTC (rev 10745)
+++ packages/plainbox-provider-resource-generic/trunk/debian/changelog	2014-04-07 21:33:50 UTC (rev 10746)
@@ -9,10 +9,7 @@
   * 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
-    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/control: drop X-Python3-Version 
   * 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/control
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/control	2014-04-07 21:01:47 UTC (rev 10745)
+++ packages/plainbox-provider-resource-generic/trunk/debian/control	2014-04-07 21:33:50 UTC (rev 10746)
@@ -9,7 +9,6 @@
  autoconf,
  automake,
  debhelper (>= 9),
- dh-python,
  intltool,
  libnl-3-dev,
  libnl-genl-3-dev,
@@ -17,7 +16,6 @@
  python3,
  python3-plainbox (>= 0.5.3),
 Standards-Version: 3.9.5
-X-Python3-Version: >= 3.2
 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/
 Homepage: http://launchpad.net/checkbox
@@ -26,7 +24,6 @@
 Architecture: any
 Depends:
  ${misc:Depends},
- ${python3:Depends},
  ${shlibs:Depends},
  python3 (>= 3.2),
  python3-checkbox-support (>= 0.2),

Modified: packages/plainbox-provider-resource-generic/trunk/debian/rules
===================================================================
--- packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 21:01:47 UTC (rev 10745)
+++ packages/plainbox-provider-resource-generic/trunk/debian/rules	2014-04-07 21:33:50 UTC (rev 10746)
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
 
 %:
-	dh $@ --with=python3
+	dh $@
 
 override_dh_auto_clean:
 	python3 manage.py clean
@@ -21,10 +20,3 @@
 	python3 manage.py install \
 		--prefix=/usr --layout=unix \
 		--root=$(CURDIR)/debian/plainbox-provider-resource-generic/
-
-override_dh_python3:
-	dh_python3 \
-		-p plainbox-provider-resource-generic \
-		--verbose \
-		--shebang=/usr/bin/python3 \
-		/usr/lib/2013.com.canonical.certification:plainbox-resources/bin




More information about the Python-apps-commits mailing list