[DebianGIS-dev] r2151 - packages/grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Apr 15 14:28:17 UTC 2009


Author: frankie
Date: 2009-04-15 14:28:17 +0000 (Wed, 15 Apr 2009)
New Revision: 2151

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/control
   packages/grass/trunk/debian/control.in
   packages/grass/trunk/debian/rules
Log:
Python related changes.


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog	2009-04-15 14:23:00 UTC (rev 2150)
+++ packages/grass/trunk/debian/changelog	2009-04-15 14:28:17 UTC (rev 2151)
@@ -4,8 +4,9 @@
   * New upstream release candidate.
   * Added Suggests: python-opengl and python-wxgtk2.8 for the new wx interface.
   * Changed again debian/watch file.
+  * Moved to versioned defaults (build-)deps for python.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 15 Apr 2009 16:18:35 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 15 Apr 2009 16:25:53 +0200
 
 grass (6.4.0~rc3-3) unstable; urgency=low
 

Modified: packages/grass/trunk/debian/control
===================================================================
--- packages/grass/trunk/debian/control	2009-04-15 14:23:00 UTC (rev 2150)
+++ packages/grass/trunk/debian/control	2009-04-15 14:28:17 UTC (rev 2151)
@@ -7,7 +7,7 @@
  libtiff4-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), libfftw3-dev, libxmu-dev, libglu1-mesa-dev | libglu1-xorg-dev, 
  libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>= 1.5.0), libproj-dev, libjpeg62-dev, 
  libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8,
- libcairo2-dev, libwxgtk2.8-dev, python2.5-dev, swig
+ libcairo2-dev, libwxgtk2.8-dev, python-dev (>= 2.5), swig
 Standards-Version: 3.8.1
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/

Modified: packages/grass/trunk/debian/control.in
===================================================================
--- packages/grass/trunk/debian/control.in	2009-04-15 14:23:00 UTC (rev 2150)
+++ packages/grass/trunk/debian/control.in	2009-04-15 14:28:17 UTC (rev 2151)
@@ -7,7 +7,7 @@
  libtiff4-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), libfftw3-dev, libxmu-dev, libglu1-mesa-dev | libglu1-xorg-dev, 
  libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>= 1.5.0), libproj-dev, libjpeg62-dev, 
  libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8,
- libcairo2-dev, libwxgtk2.8-dev, python2.5-dev, swig
+ libcairo2-dev, libwxgtk2.8-dev, python-dev (>= 2.5), swig
 Standards-Version: 3.8.1
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/

Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules	2009-04-15 14:23:00 UTC (rev 2150)
+++ packages/grass/trunk/debian/rules	2009-04-15 14:28:17 UTC (rev 2151)
@@ -64,7 +64,7 @@
 		    --with-proj-share=/usr/share/proj \
 		    --with-wx=/usr/lib/wx/config/gtk2-unicode-release-2.8 \
 		    --with-wxwidgets \
-		    --with-python=/usr/bin/python2.5-config \
+		    --with-python=/usr/bin/python-config \
 		    --with-cairo
 
 	touch $@




More information about the Pkg-grass-devel mailing list