r3045 - packages/geotiff/libgeotiff-dfsg/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Sep 5 12:01:32 UTC 2011


Author: frankie
Date: 2011-09-05 12:01:32 +0000 (Mon, 05 Sep 2011)
New Revision: 3045

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/control
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Updated for unstable.



Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog	2011-08-02 11:46:13 UTC (rev 3044)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog	2011-09-05 12:01:32 UTC (rev 3045)
@@ -10,8 +10,13 @@
   [ Francesco Paolo Lovergine ]
   * Now following the new SONAME for libgeotiff as adopted upstream: package
     name changed as consequence
+  * Updated to use libjpeg-dev as build-dep.
+    (closes: #634140)
+  * Now original autoconf helpers file are restored at cleaning time, to
+    be nice against SCMs.
+  * Added Vcs-* fields in debian/control.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 06 May 2011 09:49:14 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 05 Sep 2011 13:59:19 +0200
 
 libgeotiff-dfsg (1.2.5-3) unstable; urgency=low
 

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/control	2011-08-02 11:46:13 UTC (rev 3044)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control	2011-09-05 12:01:32 UTC (rev 3045)
@@ -6,6 +6,8 @@
 Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev, dpatch
 Standards-Version: 3.9.2
 Homepage: http://geotiff.osgeo.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
 
 Package: libgeotiff-dev
 Section: libdevel

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules	2011-08-02 11:46:13 UTC (rev 3044)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules	2011-09-05 12:01:32 UTC (rev 3045)
@@ -22,6 +22,14 @@
 
 config.status: patch-stamp
 	dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	mv config.sub config.sub.original
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	mv config.guess config.guess.original
+	cp -f /usr/share/misc/config.guess config.guess
+endif
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		    --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
@@ -41,16 +49,17 @@
 true-clean:
 	dh_testdir
 	dh_testroot
+
+ifneq "$(wildcard /usr/share/misc/config.sub.original)" ""
+	mv config.sub.original config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess.original)" ""
+	mv config.guess.original config.guess
+endif
 	
 	# Add here commands to clean up after the build process.
 	[ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
 	
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	rm -f config.status config.log
 	rm -f libgeotiff.* xtiffio.h newgeo.tif
 	




More information about the Pkg-grass-devel mailing list