[DebianGIS-dev] r2098 - packages/grass/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Sun Mar 29 14:35:00 UTC 2009
Author: frankie
Date: 2009-03-29 14:35:00 +0000 (Sun, 29 Mar 2009)
New Revision: 2098
Modified:
packages/grass/trunk/debian/changelog
packages/grass/trunk/debian/control
packages/grass/trunk/debian/control.in
packages/grass/trunk/debian/fixscripts.sh
Log:
Minor changes.
Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog 2009-03-29 12:22:00 UTC (rev 2097)
+++ packages/grass/trunk/debian/changelog 2009-03-29 14:35:00 UTC (rev 2098)
@@ -1,6 +1,5 @@
grass (6.4.0~rc3-3) unstable; urgency=low
- * NOT RELEASED.
* Fixed debian/watch to see also RC versions. Not perfect but it works.
* Added xml2 and other r.in.wms related among Suggests in debian/control.
* Added proj-bin among Suggests in debian/control.
@@ -15,10 +14,12 @@
plugins: mixing fluxes^Wversions is evil, and currently gdal-grass could
be installed with the wrong grass release.
* Now fixscripts.sh get automagically grass version for its paths.
+ * Added new files to fixscripts.sh to avoid a bounce of lintian warnings.
* Now all debian/ files are templated against grass version, to avoid
changing paths all around for every new major release.
+ * Now recommended python and python-numpy.
- -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 27 Mar 2009 14:41:07 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Sun, 29 Mar 2009 16:31:34 +0200
grass (6.4.0~rc3-2) unstable; urgency=low
Modified: packages/grass/trunk/debian/control
===================================================================
--- packages/grass/trunk/debian/control 2009-03-29 12:22:00 UTC (rev 2097)
+++ packages/grass/trunk/debian/control 2009-03-29 14:35:00 UTC (rev 2098)
@@ -18,6 +18,7 @@
Architecture: any
Depends: ${shlibs:Depends}, xterm | x-terminal-emulator
Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl
+Recommends: python (>= 2.5), python-numpy
Provides: grass64
Description: Geographic Resources Analysis Support System
Commonly referred to as GRASS, this is a Geographic Information
Modified: packages/grass/trunk/debian/control.in
===================================================================
--- packages/grass/trunk/debian/control.in 2009-03-29 12:22:00 UTC (rev 2097)
+++ packages/grass/trunk/debian/control.in 2009-03-29 14:35:00 UTC (rev 2098)
@@ -18,6 +18,7 @@
Architecture: any
Depends: ${shlibs:Depends}, xterm | x-terminal-emulator
Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl
+Recommends: python (>= 2.5), python-numpy
Provides: grass at VERSION@
Description: Geographic Resources Analysis Support System
Commonly referred to as GRASS, this is a Geographic Information
Modified: packages/grass/trunk/debian/fixscripts.sh
===================================================================
--- packages/grass/trunk/debian/fixscripts.sh 2009-03-29 12:22:00 UTC (rev 2097)
+++ packages/grass/trunk/debian/fixscripts.sh 2009-03-29 14:35:00 UTC (rev 2098)
@@ -33,12 +33,21 @@
# silence lintian warning executable-not-elf-or-script
# add shebang to scripts that need it
-for x in etc/copy
-do
- f=$CURDIR/debian/tmp/usr/lib/grass$VERSION/$x
- cp $f foo; echo "#!/bin/sh" >$f; cat foo >>$f
+#for x in etc/copy
+#do
+# f=$CURDIR/debian/tmp/usr/lib/grass$VERSION/$x
+# cp $f foo; echo "#!/bin/sh" >$f; cat foo >>$f
+#done
+#rm foo
+
+# silence lintian warning script-not-executable
+for x in etc/dm/tksys.tcl \
+ etc/gem/skeleton/post \
+ etc/gem/skeleton/uninstall \
+ etc/gm/animate.tcl
+do
+ chmod +x $CURDIR/debian/tmp/usr/lib/grass$VERSION/$x
done
-rm foo
# silence executable-not-elf-or-script lintian warning
# most tcl scripts don't need to be executable
More information about the Pkg-grass-devel
mailing list