tags 594129 patch
thanks

'current' in XS-Python-Version is deprecated - as per Debian Python Policy.
Change it to 2.6. Please find below patch that fixes it.

XSPV:current is not really a big deal (and it's certainly better than XSPV:2.6). The culprit is shebang hardcoded at build time. The attached patch fixes both things.

--
Jakub Wilk
diff -u pympd-0.07/debian/control pympd-0.07/debian/control
--- pympd-0.07/debian/control
+++ pympd-0.07/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 5.0.37.2), dpatch
 Build-Depends-Indep: python-all-dev (>= 2.3), python-central (>= 0.5), docbook-to-man
 Standards-Version: 3.7.2
-XS-Python-Version: current
+XS-Python-Version: >= 2.4
 Homepage: http://pympd.sourceforge.net/
 
 Package: pympd
diff -u pympd-0.07/debian/rules pympd-0.07/debian/rules
--- pympd-0.07/debian/rules
+++ pympd-0.07/debian/rules
@@ -11,7 +11,7 @@
 	
 	set -e; \
 	for python in $(PYVERS); \
-	    do $$python setup.py build; \
+	    do $$python setup.py build --executable=/usr/bin/python; \
 	done
 	docbook-to-man debian/pympd.sgml > pympd.1
 

Attachment: signature.asc
Description: Digital signature

Reply via email to