[DebianGIS-dev] r755 - in packages/grass/trunk/debian: . patches
Francesco Lovergine
frankie at alioth.debian.org
Wed Apr 11 08:15:36 UTC 2007
Author: frankie
Date: 2007-04-11 08:15:35 +0000 (Wed, 11 Apr 2007)
New Revision: 755
Modified:
packages/grass/trunk/debian/changelog
packages/grass/trunk/debian/patches/www-browser.dpatch
Log:
Fixed www-browser patch
Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog 2007-04-10 18:48:25 UTC (rev 754)
+++ packages/grass/trunk/debian/changelog 2007-04-11 08:15:35 UTC (rev 755)
@@ -1,3 +1,9 @@
+grass (6.2.1-3) unstable; urgency=low
+
+ * Sigh, fixed www-browser: s/elif/else/
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 11 Apr 2007 10:14:32 +0200
+
grass (6.2.1-2) unstable; urgency=low
* Fixed watch and grass.links files for grass62
Modified: packages/grass/trunk/debian/patches/www-browser.dpatch
===================================================================
--- packages/grass/trunk/debian/patches/www-browser.dpatch 2007-04-10 18:48:25 UTC (rev 754)
+++ packages/grass/trunk/debian/patches/www-browser.dpatch 2007-04-11 08:15:35 UTC (rev 755)
@@ -7,7 +7,7 @@
@DPATCH@
diff -urNad grass-6.2.1~/lib/init/init.sh grass-6.2.1/lib/init/init.sh
--- grass-6.2.1~/lib/init/init.sh 2006-10-19 13:20:41.000000000 +0200
-+++ grass-6.2.1/lib/init/init.sh 2007-04-04 15:12:17.000000000 +0200
++++ grass-6.2.1/lib/init/init.sh 2007-04-11 10:14:14.000000000 +0200
@@ -228,53 +228,11 @@
CYGWIN=`uname | grep CYGWIN`
@@ -61,7 +61,7 @@
- GRASS_HTML_BROWSER=konqueror
+ if [ -x /usr/bin/x-www-browser ] ; then
+ GRASS_HTML_BROWSER=x-www-browser
-+ elif
++ else
+ GRASS_HTML_BROWSER=true
+ fi
fi
More information about the Pkg-grass-devel
mailing list