Dear maintainer,

I've prepared an NMU for py-asterisk (versioned as 0.1a3+r160-4.1) and
uploaded it to DELAYED/5.

Regards.
diff -u py-asterisk-0.1a3+r160/debian/changelog py-asterisk-0.1a3+r160/debian/changelog
--- py-asterisk-0.1a3+r160/debian/changelog
+++ py-asterisk-0.1a3+r160/debian/changelog
@@ -1,3 +1,13 @@
+py-asterisk (0.1a3+r160-4.1) unstable; urgency=low
+
+  * Non-maintainer upload, for the upcoming Python 2.6 transition
+  * debian/rules
+    - optionally include python.mk and add ${py_setup_install_args} to setup.py
+      install; thanks to Bernd Zeimetz for the report and to Luca Falavigna
+      for the patch (uploaded in Ubuntu); Closes: #559237
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 10 Dec 2009 23:18:05 +0100
+
 py-asterisk (0.1a3+r160-4) unstable; urgency=low
 
   * debian/control:
diff -u py-asterisk-0.1a3+r160/debian/rules py-asterisk-0.1a3+r160/debian/rules
--- py-asterisk-0.1a3+r160/debian/rules
+++ py-asterisk-0.1a3+r160/debian/rules
@@ -11,6 +11,7 @@
 
 # Include dpatch rules
 include /usr/share/dpatch/dpatch.make
+-include /usr/share/python/python.mk
 
 configure: configure-stamp
 configure-stamp:
@@ -45,7 +46,7 @@
 	dh_clean -k 
 	dh_installdirs
 
-	python setup.py install --root=$(CURDIR)/debian/python-asterisk
+	python setup.py install --root=$(CURDIR)/debian/python-asterisk ${py_setup_install_args}
 	mv $(CURDIR)/debian/python-asterisk/etc/asterisk/py-asterisk.conf.sample \
 		$(CURDIR)/debian/python-asterisk/etc/asterisk/py-asterisk.conf
 

Reply via email to