[DebianGIS-dev] r2056 - packages/geotiff/libgeotiff-dfsg/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Mar 25 12:41:38 UTC 2009


Author: frankie
Date: 2009-03-25 12:41:37 +0000 (Wed, 25 Mar 2009)
New Revision: 2056

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/compat
   packages/geotiff/libgeotiff-dfsg/trunk/debian/control
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Minor changes.


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog	2009-03-24 23:10:17 UTC (rev 2055)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog	2009-03-25 12:41:37 UTC (rev 2056)
@@ -1,3 +1,11 @@
+libgeotiff-dfsg (1.2.4-5) unstable; urgency=low
+
+  * Policy bumped to 3.8.0.
+  * Debhelper compatibility set to 7.
+  * Minor cleanups in debian/rules.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 19 Feb 2009 19:09:43 +0100
+
 libgeotiff-dfsg (1.2.4-4) unstable; urgency=high
 
   * Fixed soname patch and removed overriding of LD_SHARED in debian/rules

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/compat
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/compat	2009-03-24 23:10:17 UTC (rev 2055)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/compat	2009-03-25 12:41:37 UTC (rev 2056)
@@ -1 +1 @@
-5
+7

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/control	2009-03-24 23:10:17 UTC (rev 2055)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control	2009-03-25 12:41:37 UTC (rev 2056)
@@ -2,8 +2,8 @@
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, proj, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), autotools-dev, proj, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
+Standards-Version: 3.8.0
 Section: science
 Homepage: http://geotiff.maptools.org/
 

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules	2009-03-24 23:10:17 UTC (rev 2055)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules	2009-03-25 12:41:37 UTC (rev 2056)
@@ -44,11 +44,10 @@
 true-clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
-
+	
 	# Add here commands to clean up after the build process.
 	[ ! -f $(CURDIR)/Makefile ] || $(MAKE) dist-clean
-
+	
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -57,13 +56,13 @@
 endif
 	rm -f config.status config.log
 	rm -f libgeotiff.* xtiffio.h newgeo.tif
-
+	
 	dh_clean 
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
@@ -81,14 +80,14 @@
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples
-	dh_install --sourcedir=$(CURDIR)/debian/tmp
+	dh_install --list-missing --autodest
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
-	dh_installdeb
 	dh_shlibdeps -l$(CURDIR)/debian/tmp/usr/lib
+	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-grass-devel mailing list