[Python-modules-commits] r10207 - in packages/python-goopy/trunk/debian (changelog rules)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Mon Oct 26 20:31:43 UTC 2009


    Date: Monday, October 26, 2009 @ 20:31:42
  Author: jwilk-guest
Revision: 10207

* debian/rules:
  - Make build-process Python 2.6 compatible. Really. (Closes: #547843)

Modified:
  packages/python-goopy/trunk/debian/changelog
  packages/python-goopy/trunk/debian/rules

Modified: packages/python-goopy/trunk/debian/changelog
===================================================================
--- packages/python-goopy/trunk/debian/changelog	2009-10-26 16:57:12 UTC (rev 10206)
+++ packages/python-goopy/trunk/debian/changelog	2009-10-26 20:31:42 UTC (rev 10207)
@@ -1,3 +1,10 @@
+python-goopy (0.1-5) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Make build-process Python 2.6 compatible. Really. (Closes: #547843)
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Mon, 26 Oct 2009 21:23:34 +0100
+
 python-goopy (0.1-4) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-goopy/trunk/debian/rules
===================================================================
--- packages/python-goopy/trunk/debian/rules	2009-10-26 16:57:12 UTC (rev 10206)
+++ packages/python-goopy/trunk/debian/rules	2009-10-26 20:31:42 UTC (rev 10207)
@@ -39,7 +39,7 @@
 	dh_clean -k
 
 install-python%:
-	python$* setup.py install --root `pwd`/debian/python-goopy
+	python$* setup.py install --prefix=/usr --root `pwd`/debian/python-goopy
 	find debian/python-goopy -name '*.py[co]' -exec rm -f {} \;
 	sed -i -e '1 s|.*|#!/usr/bin/python|' ./debian/python-goopy/usr/lib/python$*/*-packages/goopy/functional_unittest.py
 	pydoc$* -w ./goopy/functional.py




More information about the Python-modules-commits mailing list