[Python-modules-commits] r10611 - in packages/pubtal/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Nov 27 18:03:50 UTC 2009


    Date: Friday, November 27, 2009 @ 18:03:33
  Author: morph
Revision: 10611

* prepare for the upcoming Python 2.6 transition, fixing the FTBFS when it'll
  be the default; thanks to Alessio Treglia for the report; Closes: #530707
  - debian/rules
    + optionally include /usr/share/python/python.mk
    + pass py_setup_install_args to setup.py install

Modified:
  packages/pubtal/trunk/debian/changelog
  packages/pubtal/trunk/debian/rules

Modified: packages/pubtal/trunk/debian/changelog
===================================================================
--- packages/pubtal/trunk/debian/changelog	2009-11-27 16:21:19 UTC (rev 10610)
+++ packages/pubtal/trunk/debian/changelog	2009-11-27 18:03:33 UTC (rev 10611)
@@ -1,3 +1,13 @@
+pubtal (3.3-2) UNRELEASED; urgency=low
+
+  * prepare for the upcoming Python 2.6 transition, fixing the FTBFS when it'll
+    be the default; thanks to Alessio Treglia for the report; Closes: #530707
+    - debian/rules
+      + optionally include /usr/share/python/python.mk
+      + pass py_setup_install_args to setup.py install
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 27 Nov 2009 18:54:24 +0100
+
 pubtal (3.3-1) unstable; urgency=low
 
   * New Upstream Release.

Modified: packages/pubtal/trunk/debian/rules
===================================================================
--- packages/pubtal/trunk/debian/rules	2009-11-27 16:21:19 UTC (rev 10610)
+++ packages/pubtal/trunk/debian/rules	2009-11-27 18:03:33 UTC (rev 10611)
@@ -9,6 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+-include /usr/share/python/python.mk
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -41,7 +43,7 @@
 	dh_clean -k 
 	dh_installdirs
 
-	python setup.py install --no-compile --root=$(CURDIR)/debian/pubtal
+	python setup.py install --no-compile --root=$(CURDIR)/debian/pubtal $(py_setup_install_args)
 	find $(CURDIR)/debian/pubtal/usr/lib -type d -name plugins | xargs cp -r optional-plugins/* 
 	mv $(CURDIR)/debian/pubtal/usr/bin/updateSite.py $(CURDIR)/debian/pubtal/usr/bin/updateSite
 	mv $(CURDIR)/debian/pubtal/usr/bin/uploadSite.py $(CURDIR)/debian/pubtal/usr/bin/uploadSite




More information about the Python-modules-commits mailing list