[SCM] gdal branch, 1.7, updated. upstream/1.7.3-20-g2819f17

Francesco P. Lovergine francesco at lovergine.com
Wed Jul 13 22:13:29 UTC 2011


The following commit has been merged in the 1.7 branch:
commit 7de373def0128c114236ff2717a643cc9bafbacd
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date:   Wed Jul 13 23:17:22 2011 +0200

    Added a lintian override.

diff --git a/debian/changelog b/debian/changelog
index 963c813..ca3bdef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ gdal (1.7.3-5) unstable; urgency=low
   * Migrating to libjpeg-dev build-dep and dep. 
     (closes: #629964)
   * Policy bumped to 3.9.2, no changes needed.
+  * Added a lintian override for the embedded tiff library.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 13 Jul 2011 20:48:02 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 13 Jul 2011 23:15:03 +0200
 
 gdal (1.7.3-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e74ad43..7a67e67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -167,6 +167,9 @@ install: build
 	# copy sample programs for python-gdal
 	install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples
 	install -o root -g root -m 755 $(CURDIR)/swig/python/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python-gdal/examples/.
+	# create lintian overrides file
+	echo "libgdal1-1.7.0: embedded-library $$(basename debian/tmp/usr/lib/libgdal1.7.0.so.*.*.*|cut -d. -f5,6,7): tiff" \
+		>$(CURDIR)/debian/libgdal1-1.7.0.lintian-overrides
 
 binary-common: 
 	dh_testdir
@@ -179,7 +182,6 @@ binary-common:
 	dh_strip
 	dh_compress
 	dh_fixperms
-	#find $(CURDIR)/debian/python-gdal -name GDAL-$(GDAL_MAJOR).$(GDAL_MINOR).$(GDAL_PATCH).egg-info -delete || true
 	dh_pycentral -X.info
 	dh_perl
 	dh_makeshlibs

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list