Author: frankie
Date: 2010-03-12 08:54:23 +0000 (Fri, 12 Mar 2010)
New Revision: 2788

Modified:
   packages/gdal-grass/trunk/debian/changelog
   packages/gdal-grass/trunk/debian/control
   packages/gdal-grass/trunk/debian/control.in
   packages/gdal-grass/trunk/debian/rules
Log:
Minor changes for autogeneration from templates.


Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog  2010-03-11 16:26:14 UTC (rev 
2787)
+++ packages/gdal-grass/trunk/debian/changelog  2010-03-12 08:54:23 UTC (rev 
2788)
@@ -1,3 +1,11 @@
+libgdal-grass (1.6.3-2) unstable; urgency=low
+
+  * Now forces regenerating from templates at clean time. That
+    shall allow binNMUs whenever Grass versions changes.
+  * Policy bumped to 3.8.4 without changes.
+
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 12 Mar 2010 09:41:50 
+0100
+
 libgdal-grass (1.6.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/gdal-grass/trunk/debian/control
===================================================================
--- packages/gdal-grass/trunk/debian/control    2010-03-11 16:26:14 UTC (rev 
2787)
+++ packages/gdal-grass/trunk/debian/control    2010-03-12 08:54:23 UTC (rev 
2788)
@@ -13,7 +13,7 @@
 Package: libgdal1-1.6.0-grass
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, grass640-5+40109
+Depends: ${shlibs:Depends}, grass640-5+41380
 Recommends: gdal-bin
 Description: GRASS extension for the GDAL library
  GDAL is a translator library for raster geospatial data formats.

Modified: packages/gdal-grass/trunk/debian/control.in
===================================================================
--- packages/gdal-grass/trunk/debian/control.in 2010-03-11 16:26:14 UTC (rev 
2787)
+++ packages/gdal-grass/trunk/debian/control.in 2010-03-12 08:54:23 UTC (rev 
2788)
@@ -5,7 +5,7 @@
 Uploaders: Francesco Paolo Lovergine <fran...@debian.org>
 Build-Depends: debhelper (>= 7), d-shlibs, libgdal1-dev (>= 1.6.2), 
pkg-config, grass-dev (>= 6.4.0~rc5), 
  grass (>= 6.4.0~rc5), dpatch, libproj-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 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

Modified: packages/gdal-grass/trunk/debian/rules
===================================================================
--- packages/gdal-grass/trunk/debian/rules      2010-03-11 16:26:14 UTC (rev 
2787)
+++ packages/gdal-grass/trunk/debian/rules      2010-03-12 08:54:23 UTC (rev 
2788)
@@ -8,7 +8,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PKGNAME=$(shell grep Package: debian/control|cut -d' ' -f2)
+PKGNAME=$(shell grep Package: debian/control.in|cut -d' ' -f2)
 GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2))
 GRASS_ABI=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. 
-f1,2,3|sed -e 's/RC/-/'))
 GDAL=gdal$(subst .,,$(shell cat VERSION|cut -d. -f1,2))
@@ -27,7 +27,7 @@
 debian/$(PKGNAME).lintian-overrides: debian/lintian-overrides.in
        sed -e 's/@GDAL@/$(GDAL)/' -e 's/@GRASS@/$(GRASS)/' -e 
's/@PKGNAME@/$(PKGNAME)/' $< >$@
 
-config.status: debian/control
+config.status: debian/control lintian-overrides
        dh_testdir
        
        @echo "Depending on $(GRASS)"
@@ -44,13 +44,15 @@
 
        touch build-stamp
 
-clean: debian/control unpatch
+clean: unpatch
        dh_testdir
        dh_testroot
 
        [ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
 
        dh_clean config.status
+       # force autogen from template
+       touch debian/*.in
 
 install: build
        dh_testdir


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to