[DebianGIS-dev] r1787 - packages/grass/branches/6.3/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Oct 30 14:58:00 UTC 2008


Author: frankie
Date: 2008-10-30 14:58:00 +0000 (Thu, 30 Oct 2008)
New Revision: 1787

Modified:
   packages/grass/branches/6.3/debian/TODO
   packages/grass/branches/6.3/debian/changelog
   packages/grass/branches/6.3/debian/control
   packages/grass/branches/6.3/debian/rules
Log:
-preview flavor commit


Modified: packages/grass/branches/6.3/debian/TODO
===================================================================
--- packages/grass/branches/6.3/debian/TODO	2008-10-27 15:30:11 UTC (rev 1786)
+++ packages/grass/branches/6.3/debian/TODO	2008-10-30 14:58:00 UTC (rev 1787)
@@ -5,6 +5,3 @@
 be automatically classified in the install target and moved to /var/lib/grass or /usr/lib/grass, 
 leaving symlinks to do not break things.
 
-Current preview version does not build the new wxwidget GUI due to missing non-experimental
-support of WxWidget 2.8 and its python bindings. For the same reason python build-deps
-are missing.

Modified: packages/grass/branches/6.3/debian/changelog
===================================================================
--- packages/grass/branches/6.3/debian/changelog	2008-10-27 15:30:11 UTC (rev 1786)
+++ packages/grass/branches/6.3/debian/changelog	2008-10-30 14:58:00 UTC (rev 1787)
@@ -1,4 +1,4 @@
-grass-preview (6.3.0-1) UNRELEASED; urgency=low
+grass-preview (6.3.0-1) experimental; urgency=low
 
   * Changing source package name to grass-preview.
     Starting from this release the package is tought to co-exist with the
@@ -9,7 +9,7 @@
         - Tcl policy changes.
   * Revised current patchset to reflect changes in source code.
   * Removed obsolete NEWS file.
-  * Updated TODO to document missing wxwidget GUI.
+  * Added wxpython support for the new GUI.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 10 Jul 2008 13:08:59 +0200
 

Modified: packages/grass/branches/6.3/debian/control
===================================================================
--- packages/grass/branches/6.3/debian/control	2008-10-27 15:30:11 UTC (rev 1786)
+++ packages/grass/branches/6.3/debian/control	2008-10-30 14:58:00 UTC (rev 1787)
@@ -6,7 +6,7 @@
 Build-depends: flex, bison, libreadline5-dev | libreadline-dev, libncurses5-dev, lesstif2-dev, debhelper (>= 5), dpatch, 
  libtiff4-dev, tcl-dev (>= 8.4) | tcl8.4-dev, tk-dev (>= 8.4) | tk8.4-dev, libfftw3-dev|fftw3-dev, libxmu-dev, libglu1-mesa-dev | libglu1-xorg-dev, 
  libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>=1.4.0) | libgdal1-1.3.2-dev, proj (>= 4.4.7), libjpeg62-dev, 
- libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev 
+ libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev, python-wxgtk2.8
 Standards-Version: 3.7.3
 Homepage: http://grass.osgeo.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/grass/

Modified: packages/grass/branches/6.3/debian/rules
===================================================================
--- packages/grass/branches/6.3/debian/rules	2008-10-27 15:30:11 UTC (rev 1786)
+++ packages/grass/branches/6.3/debian/rules	2008-10-30 14:58:00 UTC (rev 1787)
@@ -62,7 +62,8 @@
                     --with-tcltk-includes=$(TCLINC) \
                     --with-postgres-includes=$(shell pg_config --includedir) \
                     --with-mysql-includes=$(shell mysql_config --include|sed -e 's/-I//') \
-		    --with-proj-share=/usr/share/proj
+		    --with-proj-share=/usr/share/proj \
+		    --with-wxwidgets=/usr/bin/wx-config
 
 	touch config-stamp
 




More information about the Pkg-grass-devel mailing list