Package: pyparted
Version: 3.6-5
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

This patch fixes a Raring FTBS.


*** /tmp/tmpjve69b/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * Use 'python-config --includes' for multiarch include paths.
    I'm not sure this will continue to work if there is more then one
    version of Python.


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8.0-0-generic (SMP w/32 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pyparted-3.6/debian/changelog pyparted-3.6/debian/changelog
diff -Nru pyparted-3.6/debian/rules pyparted-3.6/debian/rules
--- pyparted-3.6/debian/rules	2013-01-07 04:26:13.000000000 -0700
+++ pyparted-3.6/debian/rules	2013-01-09 08:58:36.000000000 -0700
@@ -20,7 +20,7 @@
 override_dh_auto_build:  
 	for pyvers in ${PYTHONS}; do \
 		(cd build/py$$pyvers/; $(MAKE) PYTHON=python$$pyvers); \
-		(cd build/py$$pyvers-dbg/; $(MAKE) PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python$$pyvers-dbg-config --include`); \
+		(cd build/py$$pyvers-dbg/; $(MAKE) PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python-config --includes`); \
 	done
 
 override_dh_auto_install:

Reply via email to