Author: frankie Date: 2009-04-15 14:23:00 +0000 (Wed, 15 Apr 2009) New Revision: 2150
Modified: packages/grass/trunk/debian/changelog packages/grass/trunk/debian/control packages/grass/trunk/debian/control.in packages/grass/trunk/debian/watch Log: Minor fixes. Modified: packages/grass/trunk/debian/changelog =================================================================== --- packages/grass/trunk/debian/changelog 2009-04-15 13:12:43 UTC (rev 2149) +++ packages/grass/trunk/debian/changelog 2009-04-15 14:23:00 UTC (rev 2150) @@ -1,9 +1,11 @@ -grass (6.4.0~rc3-4) UNRELEASED; urgency=low +grass (6.4.0~rc4-1) unstable; urgency=low * NOT RELEASED YET + * New upstream release candidate. * Added Suggests: python-opengl and python-wxgtk2.8 for the new wx interface. + * Changed again debian/watch file. - -- Francesco Paolo Lovergine <[email protected]> Sun, 29 Mar 2009 17:48:46 +0200 + -- Francesco Paolo Lovergine <[email protected]> Wed, 15 Apr 2009 16:18:35 +0200 grass (6.4.0~rc3-3) unstable; urgency=low Modified: packages/grass/trunk/debian/control =================================================================== --- packages/grass/trunk/debian/control 2009-04-15 13:12:43 UTC (rev 2149) +++ packages/grass/trunk/debian/control 2009-04-15 14:23:00 UTC (rev 2150) @@ -17,10 +17,10 @@ Section: science 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 +Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl, + python-opengl, python-wxgtk2.8 Recommends: python (>= 2.5), python-numpy Provides: grass64 -Suggests: python-opengl, python-wxgtk2.8 Description: Geographic Resources Analysis Support System Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, Modified: packages/grass/trunk/debian/control.in =================================================================== --- packages/grass/trunk/debian/control.in 2009-04-15 13:12:43 UTC (rev 2149) +++ packages/grass/trunk/debian/control.in 2009-04-15 14:23:00 UTC (rev 2150) @@ -17,10 +17,10 @@ Section: science 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 +Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpstrans, gnuplot, grass-doc, xml2, wget | curl, + python-opengl, python-wxgtk2.8 Recommends: python (>= 2.5), python-numpy Provides: gr...@version@ -Suggests: python-opengl, python-wxgtk2.8 Description: Geographic Resources Analysis Support System Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, Modified: packages/grass/trunk/debian/watch =================================================================== --- packages/grass/trunk/debian/watch 2009-04-15 13:12:43 UTC (rev 2149) +++ packages/grass/trunk/debian/watch 2009-04-15 14:23:00 UTC (rev 2150) @@ -1,2 +1,2 @@ -version=2 -http://grass.osgeo.org/grass64/source/grass-([\d\.]*(RC\d)?).tar.gz debian uupdate +version=3 +http://grass.osgeo.org/grass64/source/grass-([\d\.]*(?:RC\d){0,1}).tar.gz _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

