[DebianGIS-dev] r1949 - in packages/grass/trunk/debian: . patches
frankie at alioth.debian.org
frankie at alioth.debian.org
Mon Mar 2 16:45:47 UTC 2009
Author: frankie
Date: 2009-03-02 16:45:47 +0000 (Mon, 02 Mar 2009)
New Revision: 1949
Modified:
packages/grass/trunk/debian/changelog
packages/grass/trunk/debian/patches/instdir.dpatch
Log:
Fixed instdir.dpatch
Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog 2009-02-26 14:16:59 UTC (rev 1948)
+++ packages/grass/trunk/debian/changelog 2009-03-02 16:45:47 UTC (rev 1949)
@@ -1,8 +1,9 @@
-grass (6.4.0~rc3-2) UNRELEASED; urgency=low
+grass (6.4.0~rc3-2) unstable; urgency=low
* NOT RELEASED YET
+ * Fixed instdir.dpatch for the right include directory in the pkg-config file.
- -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 17 Feb 2009 15:15:50 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 02 Mar 2009 17:44:44 +0100
grass (6.4.0~rc3-1) unstable; urgency=low
Modified: packages/grass/trunk/debian/patches/instdir.dpatch
===================================================================
--- packages/grass/trunk/debian/patches/instdir.dpatch 2009-02-26 14:16:59 UTC (rev 1948)
+++ packages/grass/trunk/debian/patches/instdir.dpatch 2009-03-02 16:45:47 UTC (rev 1949)
@@ -6,8 +6,8 @@
@DPATCH@
diff -urNad grass-6.4.0~rc3~/configure grass-6.4.0~rc3/configure
---- grass-6.4.0~rc3~/configure 2009-01-26 16:53:36.000000000 +0100
-+++ grass-6.4.0~rc3/configure 2009-02-16 17:26:24.000000000 +0100
+--- grass-6.4.0~rc3~/configure 2009-03-02 17:41:55.000000000 +0100
++++ grass-6.4.0~rc3/configure 2009-03-02 17:42:36.000000000 +0100
@@ -1298,7 +1298,7 @@
if test -n "$MACOSX_APP" ; then
INSTDIR='${prefix}'"/GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app/Contents/MacOS"
@@ -18,8 +18,8 @@
diff -urNad grass-6.4.0~rc3~/grass.pc.in grass-6.4.0~rc3/grass.pc.in
---- grass-6.4.0~rc3~/grass.pc.in 2008-12-19 21:30:09.000000000 +0100
-+++ grass-6.4.0~rc3/grass.pc.in 2009-02-16 17:28:12.000000000 +0100
+--- grass-6.4.0~rc3~/grass.pc.in 2009-03-02 17:41:55.000000000 +0100
++++ grass-6.4.0~rc3/grass.pc.in 2009-03-02 17:44:06.000000000 +0100
@@ -1,12 +1,12 @@
# Package Information for pkg-config
@@ -38,4 +38,4 @@
-Libs: -L at prefix@/grass- at GRASS_VERSION_MAJOR@. at GRASS_VERSION_MINOR@. at GRASS_VERSION_RELEASE@/lib -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
-Cflags: -I at prefix@/grass- at GRASS_VERSION_MAJOR@. at GRASS_VERSION_MINOR@. at GRASS_VERSION_RELEASE@/include
+Libs: -L at prefix@/grass at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@/lib -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
-+Cflags: -I at prefix@/grass at GRASS_VERSION_MAJOR@. at GRASS_VERSION_MINOR@/include
++Cflags: -I at prefix@/grass at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@/include
More information about the Pkg-grass-devel
mailing list