[DebianGIS-dev] r796 - in packages/grass/branches/6.2.1/debian: . patches

Francesco Lovergine frankie at alioth.debian.org
Mon Apr 30 14:42:43 UTC 2007


Author: frankie
Date: 2007-04-30 14:42:42 +0000 (Mon, 30 Apr 2007)
New Revision: 796

Modified:
   packages/grass/branches/6.2.1/debian/changelog
   packages/grass/branches/6.2.1/debian/patches/www-browser.dpatch
Log:
Preparing 6.2.1-3


Modified: packages/grass/branches/6.2.1/debian/changelog
===================================================================
--- packages/grass/branches/6.2.1/debian/changelog	2007-04-30 14:35:28 UTC (rev 795)
+++ packages/grass/branches/6.2.1/debian/changelog	2007-04-30 14:42:42 UTC (rev 796)
@@ -1,3 +1,10 @@
+grass (6.2.1-3) unstable; urgency=low
+
+  * Fixing www-browser patch.
+    (closes: #418833)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 30 Apr 2007 16:38:43 +0200
+
 grass (6.2.1-2) unstable; urgency=low
 
   * Fixed watch and grass.links files for grass62

Modified: packages/grass/branches/6.2.1/debian/patches/www-browser.dpatch
===================================================================
--- packages/grass/branches/6.2.1/debian/patches/www-browser.dpatch	2007-04-30 14:35:28 UTC (rev 795)
+++ packages/grass/branches/6.2.1/debian/patches/www-browser.dpatch	2007-04-30 14:42:42 UTC (rev 796)
@@ -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-30 16:40:01.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