[DebianGIS-dev] r2944 - packages/grass/branches/tcl85/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Oct 14 14:23:55 UTC 2010


Author: frankie
Date: 2010-10-14 14:23:53 +0000 (Thu, 14 Oct 2010)
New Revision: 2944

Modified:
   packages/grass/branches/tcl85/debian/changelog
   packages/grass/branches/tcl85/debian/control
   packages/grass/branches/tcl85/debian/control.in
Log:
Moving to 6.4.0 in experimental.


Modified: packages/grass/branches/tcl85/debian/changelog
===================================================================
--- packages/grass/branches/tcl85/debian/changelog	2010-10-14 14:03:05 UTC (rev 2943)
+++ packages/grass/branches/tcl85/debian/changelog	2010-10-14 14:23:53 UTC (rev 2944)
@@ -1,3 +1,16 @@
+grass (6.4.0-1) experimental; urgency=low
+
+  * New upstream final release.
+  * Note that now default interface is the wx one, so (wx)python related suggestions
+    have been promoted to proper dependencies. For the same reason I would
+    consider cut/paste problems of the past Tk interface obsolete.
+    (closes: #305249)
+  * Policy bumped to 3.9.1. No changes required.
+  * Added libgdal1-dev dep to grass-dev list of dependencies.
+    (closes: #598706)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 14 Oct 2010 16:08:06 +0200
+
 grass (6.4.0~rc6+42329-2) experimental; urgency=low
 
   * Now builds against Tcl/Tk 8.5.

Modified: packages/grass/branches/tcl85/debian/control
===================================================================
--- packages/grass/branches/tcl85/debian/control	2010-10-14 14:03:05 UTC (rev 2943)
+++ packages/grass/branches/tcl85/debian/control	2010-10-14 14:23:53 UTC (rev 2944)
@@ -8,7 +8,7 @@
  libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>= 1.5.0), libproj-dev, proj-bin, libjpeg62-dev, 
  libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8,
  libcairo2-dev, libwxgtk2.8-dev, python-dev (>= 2.5), swig
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Build-Conflicts: wx2.6-headers
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/trunk
@@ -17,11 +17,12 @@
 Package: grass
 Section: science
 Architecture: any
-Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, ${misc:Depends}
+Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, python (>= 2.5), python-numpy,
+ python-opengl, python-wxgtk2.8, ${misc:Depends}
 Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpsbabel, gpstrans,
- gnuplot, xml2, wget | curl, python-opengl, python-wxgtk2.8, netpbm
-Recommends: python (>= 2.5), python-numpy, ghostscript
-Provides: grass640+42329
+ gnuplot, xml2, wget | curl, netpbm
+Recommends: ghostscript
+Provides: grass640
 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,
@@ -47,7 +48,7 @@
 Package: grass-dev
 Section: devel
 Architecture: any
-Depends: grass (= ${binary:Version}), libproj-dev, ${misc:Depends}
+Depends: grass (= ${binary:Version}), libproj-dev, libgdal1-dev, ${misc:Depends}
 Suggests: pkg-config
 Provides: grass64-dev
 Description: GRASS GIS development files

Modified: packages/grass/branches/tcl85/debian/control.in
===================================================================
--- packages/grass/branches/tcl85/debian/control.in	2010-10-14 14:03:05 UTC (rev 2943)
+++ packages/grass/branches/tcl85/debian/control.in	2010-10-14 14:23:53 UTC (rev 2944)
@@ -8,7 +8,7 @@
  libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>= 1.5.0), libproj-dev, proj-bin, libjpeg62-dev, 
  libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8,
  libcairo2-dev, libwxgtk2.8-dev, python-dev (>= 2.5), swig
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Build-Conflicts: wx2.6-headers
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/trunk
@@ -17,10 +17,11 @@
 Package: grass
 Section: science
 Architecture: any
-Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, ${misc:Depends}
+Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, python (>= 2.5), python-numpy,
+ python-opengl, python-wxgtk2.8, ${misc:Depends}
 Suggests: grass-doc, gdal-bin, proj-bin, e00compr, avce00, gpsbabel, gpstrans,
- gnuplot, xml2, wget | curl, python-opengl, python-wxgtk2.8, netpbm
-Recommends: python (>= 2.5), python-numpy, ghostscript
+ gnuplot, xml2, wget | curl, netpbm
+Recommends: ghostscript
 Provides: grass at ABI@
 Description: Geographic Resources Analysis Support System 
  Commonly referred to as GRASS, this is a Geographic Information
@@ -47,7 +48,7 @@
 Package: grass-dev
 Section: devel
 Architecture: any
-Depends: grass (= ${binary:Version}), libproj-dev, ${misc:Depends}
+Depends: grass (= ${binary:Version}), libproj-dev, libgdal1-dev, ${misc:Depends}
 Suggests: pkg-config
 Provides: grass at VERSION@-dev
 Description: GRASS GIS development files




More information about the Pkg-grass-devel mailing list