Dear maintainer,

I've prepared an NMU for pymad (versioned as 0.6-1.1) and
uploaded it to DELAYED/5.

Regards.
diff -u pymad-0.6/debian/changelog pymad-0.6/debian/changelog
--- pymad-0.6/debian/changelog
+++ pymad-0.6/debian/changelog
@@ -1,3 +1,14 @@
+pymad (0.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
+    for the bug report and to Kumar Appaiah for the patch; Closes: #556153
+    - debian/rules
+      + optionally include python.mk, add $(py_setup_install_args) and
+        --prefix=/usr when installing
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 15 Nov 2009 22:03:08 +0100
+
 pymad (0.6-1) unstable; urgency=low
 
   * New upstream version.  (Closes: #543442, #306757)
diff -u pymad-0.6/debian/rules pymad-0.6/debian/rules
--- pymad-0.6/debian/rules
+++ pymad-0.6/debian/rules
@@ -7,6 +7,8 @@
 
 PYTHON_VERSIONS := $(shell pyversions -r debian/control)
 
+-include /usr/share/python/python.mk
+
 build: build-stamp
 build-stamp:
 	dh_testdir
@@ -36,7 +38,7 @@
 	dh_installdirs
 
 	for py in $(PYTHON_VERSIONS); do \
-		$$py setup.py install  --skip-build  --no-compile --root=$(CURDIR)/debian/python-pymad; \
+		$$py setup.py install  --skip-build  --no-compile --root=$(CURDIR)/debian/python-pymad --prefix=/usr $(py_setup_install_args); \
 	done
 
 	-find $(CURDIR)/debian/python-pymad/usr -name '.arch-ids' -print0 | xargs -0 rm -rf

Reply via email to