[Python-modules-commits] r24627 - in packages/pythonmagick/trunk/debian (2 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Jun 2 13:20:54 UTC 2013


    Date: Sunday, June 2, 2013 @ 13:20:52
  Author: sramacher
Revision: 24627

debian/patches/001_autofoo_fixes.diff: Use python-config --includes to fix
build failure. (Closes: #710790)

Modified:
  packages/pythonmagick/trunk/debian/changelog
  packages/pythonmagick/trunk/debian/patches/001_autofoo_fixes.diff

Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog	2013-06-02 13:17:19 UTC (rev 24626)
+++ packages/pythonmagick/trunk/debian/changelog	2013-06-02 13:20:52 UTC (rev 24627)
@@ -7,6 +7,8 @@
     - Update Format URL.
     - Merge the two debian/* sections.
     - Fix formatting of the ImageMagick license.
+  * debian/patches/001_autofoo_fixes.diff: Use python-config --includes to fix
+    build failure. (Closes: #710790)
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/pythonmagick/trunk/debian/patches/001_autofoo_fixes.diff
===================================================================
--- packages/pythonmagick/trunk/debian/patches/001_autofoo_fixes.diff	2013-06-02 13:17:19 UTC (rev 24626)
+++ packages/pythonmagick/trunk/debian/patches/001_autofoo_fixes.diff	2013-06-02 13:20:52 UTC (rev 24627)
@@ -39,7 +39,7 @@
     AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, ax_python_lib=no)
     AC_CHECK_HEADER([$ax_python_bin/Python.h],
 -   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e s,/Python.h,,`]],
-+   [[ax_python_header=`${ax_python_bin}-config --include | sed 's/-I//g;s/^ *//;s/ .*//'`]],
++   [[ax_python_header=`${ax_python_bin}-config --includes | sed 's/-I//g;s/^ *//;s/ .*//'`]],
     ax_python_header=no)
     if test $ax_python_lib != no; then
       if test $ax_python_header != no; then




More information about the Python-modules-commits mailing list