[DebianGIS-dev] r1924 - packages/gdal-grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Feb 23 14:13:56 UTC 2009


Author: frankie
Date: 2009-02-23 14:13:56 +0000 (Mon, 23 Feb 2009)
New Revision: 1924

Modified:
   packages/gdal-grass/trunk/debian/changelog
   packages/gdal-grass/trunk/debian/compat
   packages/gdal-grass/trunk/debian/control
   packages/gdal-grass/trunk/debian/rules
Log:
New upstream version.


Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog	2009-02-19 05:25:28 UTC (rev 1923)
+++ packages/gdal-grass/trunk/debian/changelog	2009-02-23 14:13:56 UTC (rev 1924)
@@ -1,3 +1,12 @@
+libgdal-grass (1.5.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Debhelper level moved to 7. Now using dh_prep.
+  * Minimal grass version is now 6.4.0~rc3 due to changed paths.
+  * Added homepage field in debian/control.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 23 Feb 2009 15:13:23 +0100
+
 libgdal-grass (1.5.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/gdal-grass/trunk/debian/compat
===================================================================
--- packages/gdal-grass/trunk/debian/compat	2009-02-19 05:25:28 UTC (rev 1923)
+++ packages/gdal-grass/trunk/debian/compat	2009-02-23 14:13:56 UTC (rev 1924)
@@ -1 +1 @@
-5
+7

Modified: packages/gdal-grass/trunk/debian/control
===================================================================
--- packages/gdal-grass/trunk/debian/control	2009-02-19 05:25:28 UTC (rev 1923)
+++ packages/gdal-grass/trunk/debian/control	2009-02-23 14:13:56 UTC (rev 1924)
@@ -4,15 +4,16 @@
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>>5.0.0), d-shlibs, libgdal1-dev (>=1.5.0), 
- grass-dev (>= 6.0.2-5), grass (>= 6.0.2-5), dpatch
+ grass-dev (>= 6.4.0~rc3), grass (>= 6.4.0~rc3), dpatch
 Standards-Version: 3.8.0
+Homepage: http://www.gdal.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gdal-grass/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gdal-grass/trunk
 
 Package: libgdal1-1.5.0-grass
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, grass (>= 6.0.2-5)
+Depends: ${shlibs:Depends}, grass (>= 6.4.0~rc3)
 Recommends: 
 Description: GRASS extension for the Geospatial Data Abstraction Library
  GDAL is a translator library for raster geospatial data formats.

Modified: packages/gdal-grass/trunk/debian/rules
===================================================================
--- packages/gdal-grass/trunk/debian/rules	2009-02-19 05:25:28 UTC (rev 1923)
+++ packages/gdal-grass/trunk/debian/rules	2009-02-23 14:13:56 UTC (rev 1924)
@@ -7,14 +7,14 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export PKGNAME=libgdal1-1.5.0-grass
+export PKGNAME=libgdal1-1.5.4-grass
 
 include /usr/share/dpatch/dpatch.make
 
 config.status: 
 	dh_testdir
 
-	./configure --prefix=/usr --with-grass=/usr/lib/grass --with-autoload=/usr/lib/gdal15plugins
+	./configure --prefix=/usr --with-grass=/usr/lib/grass64 --with-autoload=/usr/lib/gdal15plugins
 
 build: build-stamp
 build-stamp: patch config.status
@@ -35,7 +35,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install AUTOLOAD_DIR=$(CURDIR)/debian/$(PKGNAME)/usr/lib/gdal15plugins \
@@ -57,7 +57,7 @@
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
-	dh_shlibdeps -l.:/usr/lib/grass/lib 
+	dh_shlibdeps -l.:/usr/lib/grass64/lib 
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-grass-devel mailing list