[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 2819f17ad69b203ec9f39e7b2fd85a66049f9939
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date: Wed Jul 13 23:56:31 2011 +0200
Fixed path in lintian override creation.
diff --git a/debian/rules b/debian/rules
index 04155a7..7d95efc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -168,7 +168,7 @@ install: build
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" \
+ echo "libgdal1-1.7.0: embedded-library usr/lib/libgdal1.7.0.so.$$(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:
--
GDAL/OGR library and tools
More information about the Pkg-grass-devel
mailing list