[Python-apps-commits] r9961 - in packages/pybik/trunk/debian (changelog control rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Aug 13 00:21:24 UTC 2013


    Date: Tuesday, August 13, 2013 @ 00:21:20
  Author: kitterman
Revision: 9961

* Add python3:Depends for pybik-bin since it builds python3 version specific
  files
* Override dh_python3 and call dh_python3 a second time to look in
  pybik-bin's private dir

Modified:
  packages/pybik/trunk/debian/changelog
  packages/pybik/trunk/debian/control
  packages/pybik/trunk/debian/rules

Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog	2013-08-12 18:28:10 UTC (rev 9960)
+++ packages/pybik/trunk/debian/changelog	2013-08-13 00:21:20 UTC (rev 9961)
@@ -1,10 +1,16 @@
-pybik (1.1-2) unstable; urgency=low
+pybik (1.1-2) UNRELEASED; urgency=low
 
   [ Martin Pitt ]
   * Use xvfb in autopkgtest. (Closes: #717126)
   * Only run the "min" and "preferences" tests in autopkgtest, as the full
     test suite takes way too long (and might not even succeed) under xvfb.
 
+  [ Scott Kitterman ]
+  * Add python3:Depends for pybik-bin since it builds python3 version specific
+    files
+  * Override dh_python3 and call dh_python3 a second time to look in
+    pybik-bin's private dir
+
  -- B. Clausius <barcc at gmx.de>  Wed, 17 Jul 2013 23:03:10 +0200
 
 pybik (1.1-1) unstable; urgency=low

Modified: packages/pybik/trunk/debian/control
===================================================================
--- packages/pybik/trunk/debian/control	2013-08-12 18:28:10 UTC (rev 9960)
+++ packages/pybik/trunk/debian/control	2013-08-13 00:21:20 UTC (rev 9961)
@@ -39,7 +39,7 @@
 
 Package: pybik-bin
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
 Recommends: pybik
 Replaces: pybik (<< ${source:Version})
 Breaks: pybik (<< ${source:Version})

Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules	2013-08-12 18:28:10 UTC (rev 9960)
+++ packages/pybik/trunk/debian/rules	2013-08-13 00:21:20 UTC (rev 9961)
@@ -41,6 +41,10 @@
 	                   --data-dir=/usr/share \
 	                   --indep-only
 
+override_dh_python3:
+	dh_python3 -p pybik
+	dh_python3 -p pybik-bin usr/lib/pybik/pybiklib/
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 




More information about the Python-apps-commits mailing list