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 <[EMAIL PROTECTED]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

