[DebianGIS-dev] r900 - packages/qgis/trunk/debian/patches

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Jun 19 18:33:07 UTC 2007


Author: frankie
Date: 2007-06-19 18:33:03 +0000 (Tue, 19 Jun 2007)
New Revision: 900

Modified:
   packages/qgis/trunk/debian/patches/ax_python.dpatch
Log:
Fixing typo :-/


Modified: packages/qgis/trunk/debian/patches/ax_python.dpatch
===================================================================
--- packages/qgis/trunk/debian/patches/ax_python.dpatch	2007-06-19 16:51:35 UTC (rev 899)
+++ packages/qgis/trunk/debian/patches/ax_python.dpatch	2007-06-19 18:33:03 UTC (rev 900)
@@ -7,14 +7,14 @@
 @DPATCH@
 diff -urNad qgis-0.8.0~/acinclude.m4 qgis-0.8.0/acinclude.m4
 --- qgis-0.8.0~/acinclude.m4	2007-06-15 14:33:00.000000000 +0200
-+++ qgis-0.8.0/acinclude.m4	2007-06-19 18:47:40.000000000 +0200
++++ qgis-0.8.0/acinclude.m4	2007-06-19 20:31:30.000000000 +0200
 @@ -803,12 +803,15 @@
     if test x$ax_python_lib = x; then
        ax_python_lib=no
     fi
 +
 +   python_version=`python -c 'import sys; print (sys.version)' 2>&1 | head -n 1 | cut -d ' ' -f 1 | cut -d . -f 1-2`
-+   ax_python_include=/usr/include/python$python_version
++   ax_python_header=/usr/include/python$python_version
 +   ax_python_lib=python$python_version
   
     AC_MSG_RESULT([  results of the Python check:])




More information about the Pkg-grass-devel mailing list