Author: frankie Date: 2010-03-23 21:34:59 +0000 (Tue, 23 Mar 2010) New Revision: 2793
Modified: packages/gdal-grass/trunk/debian/changelog packages/gdal-grass/trunk/debian/rules Log: Fix for missed binNMU change. Modified: packages/gdal-grass/trunk/debian/changelog =================================================================== --- packages/gdal-grass/trunk/debian/changelog 2010-03-21 10:32:51 UTC (rev 2792) +++ packages/gdal-grass/trunk/debian/changelog 2010-03-23 21:34:59 UTC (rev 2793) @@ -1,3 +1,9 @@ +libgdal-grass (1.6.3-3) unstable; urgency=low + + * Previous change for regenerating from template was not effective. + + -- Francesco Paolo Lovergine <[email protected]> Tue, 23 Mar 2010 22:07:25 +0100 + libgdal-grass (1.6.3-2) unstable; urgency=low * Now forces regenerating from templates at clean time. That Modified: packages/gdal-grass/trunk/debian/rules =================================================================== --- packages/gdal-grass/trunk/debian/rules 2010-03-21 10:32:51 UTC (rev 2792) +++ packages/gdal-grass/trunk/debian/rules 2010-03-23 21:34:59 UTC (rev 2793) @@ -32,7 +32,7 @@ @echo "Depending on $(GRASS)" if [ `grep "$(GRASS_ABI)" debian/control|wc -l` -eq 0 ]; then \ - sed -e 's/@GRASS_ABI@/$(GRASS_ABI)/' $< >$@; \ + sed -e 's/@GRASS_ABI@/$(GRASS_ABI)/' debian/control.in >debian/control; \ fi ./configure --prefix=/usr --with-grass=/usr/lib/$(GRASS) --with-autoload=/usr/lib/$(GDAL)plugins @@ -51,8 +51,6 @@ [ ! -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 [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

