[SCM] gdal branch, master, updated. upstream/1.8.0-45-g44fecc2

Francesco Paolo Lovergine frankie at debian.org
Tue Sep 27 16:15:10 UTC 2011


The following commit has been merged in the master branch:
commit 6cbe7c5d64b1a76f0d5c0f812eb2215cd018f4a7
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Sep 27 13:00:01 2011 +0200

    Added embedded tiff library lintian override.

diff --git a/debian/changelog b/debian/changelog
index 370b3a7..2a3ec1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,8 +26,9 @@ gdal (1.8.1-1) experimental; urgency=low
     geotiff and gdal. That should have no impact against netcdf, hdf5 and 
     other common formats.
     (closes: #558733)
+  * Merged a lintian override from 1.7 series for TIFF library embedding.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 27 Sep 2011 11:49:23 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 27 Sep 2011 12:59:27 +0200
 
 gdal (1.8.0-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a6794bb..8660241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -173,6 +173,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.8.0: embedded-library usr/lib/libgdal1.8.0.so.$$(basename debian/tmp/usr/lib/libgdal1.8.0.so.*.*.*|cut -d. -f5,6,7): tiff" \
+		>$(CURDIR)/debian/libgdal1-1.8.0.lintian-overrides
 
 binary-common: 
 	dh_testdir
@@ -185,7 +188,7 @@ 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_lintian
 	dh_python2 -X.info
 	dh_perl
 	dh_makeshlibs

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list