Author: frankie Date: 2009-02-16 16:29:07 +0000 (Mon, 16 Feb 2009) New Revision: 1905
Added: packages/grass/trunk/debian/patches/instdir.dpatch Modified: packages/grass/trunk/debian/patches/00list Log: Added instdir patch Modified: packages/grass/trunk/debian/patches/00list =================================================================== --- packages/grass/trunk/debian/patches/00list 2009-02-16 15:05:25 UTC (rev 1904) +++ packages/grass/trunk/debian/patches/00list 2009-02-16 16:29:07 UTC (rev 1905) @@ -2,3 +2,4 @@ www-browser pager xterm +instdir Added: packages/grass/trunk/debian/patches/instdir.dpatch =================================================================== --- packages/grass/trunk/debian/patches/instdir.dpatch (rev 0) +++ packages/grass/trunk/debian/patches/instdir.dpatch 2009-02-16 16:29:07 UTC (rev 1905) @@ -0,0 +1,41 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## instdir.dpatch by Francesco Paolo Lovergine <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +...@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 +@@ -1298,7 +1298,7 @@ + if test -n "$MACOSX_APP" ; then + INSTDIR='${prefix}'"/GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app/Contents/MacOS" + else +- INSTDIR='${prefix}'"/grass-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.${GRASS_VERSION_RELEASE}" ++ INSTDIR='${prefix}'"/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}" + fi + + +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 +@@ -1,12 +1,12 @@ + # Package Information for pkg-config + +-pref...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@ +-exec_pref...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@ +-libd...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@/lib +-included...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@/include ++pref...@prefix@/gr...@grass_version_major@@GRASS_VERSION_MINOR@ ++exec_pref...@prefix@/gr...@grass_version_major@@GRASS_VERSION_MINOR@ ++libd...@prefix@/gr...@grass_version_major@@GRASS_VERSION_MINOR@/lib ++included...@prefix@/gr...@grass_version_major@@GRASS_VERSION_MINOR@/include + + Name: GRASS + Description: GRASS GIS + Version: @grass_version_ma...@.@grass_version_mi...@.@GRASS_VERSION_RELEASE@ +-Libs: -...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@/lib -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient +-Cflags: -...@prefix@/gra...@grass_version_major@....@grass_version_minor@....@grass_version_release@/include ++Libs: -...@prefix@/gr...@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: -...@prefix@/gr...@grass_version_major@....@grass_version_minor@/include Property changes on: packages/grass/trunk/debian/patches/instdir.dpatch ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

