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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Sep 23 08:23:32 UTC 2009


    Date: Wednesday, September 23, 2009 @ 08:23:31
  Author: bzed
Revision: 9842

* debian/rules:
  - Make build-process Python 2.6 compatible (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-09-22 23:45:15 UTC (rev 9841)
+++ packages/python-goopy/trunk/debian/changelog	2009-09-23 08:23:31 UTC (rev 9842)
@@ -1,10 +1,15 @@
 python-goopy (0.1-4) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:15:21 +0100
+  [ Bernd Zeimetz ]
+  * debian/rules:
+    - Make build-process Python 2.6 compatible (Closes: #547843)
 
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 23 Sep 2009 00:04:55 +0200
+
 python-goopy (0.1-3) unstable; urgency=low
 
   [ Kumar Appaiah ]

Modified: packages/python-goopy/trunk/debian/rules
===================================================================
--- packages/python-goopy/trunk/debian/rules	2009-09-22 23:45:15 UTC (rev 9841)
+++ packages/python-goopy/trunk/debian/rules	2009-09-23 08:23:31 UTC (rev 9842)
@@ -41,7 +41,7 @@
 install-python%:
 	python$* setup.py install --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$*/site-packages/goopy/functional_unittest.py
+	sed -i -e '1 s|.*|#!/usr/bin/python|' ./debian/python-goopy/usr/lib/python$*/*-packages/goopy/functional_unittest.py
 	pydoc$* -w ./goopy/functional.py
 	mv functional.html functional_docs.html
 	dh_installdocs functional_docs.html




More information about the Python-modules-commits mailing list