[SCM] gdal branch, master, updated. upstream/1.8.0-15-gafdcfa0
Francesco Paolo Lovergine
frankie at debian.org
Wed Mar 16 17:06:45 UTC 2011
The following commit has been merged in the master branch:
commit 6e145681a6284524352462bc0a048690c64042a6
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Wed Mar 16 15:54:32 2011 +0100
Verbose listing
diff --git a/debian/rules b/debian/rules
index fe678e4..c388ee0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,12 +157,14 @@ install: build
$(MAKE) install-man DESTDIR=$(CURDIR)/debian/tmp \
"INST_DOCS=\$$(prefix)/share/doc/libgdal-doc"\
"INST_MAN=\$$(prefix)/share/man"
-
+
# install python stuff previuosly built and pre-installed
cp -a $(CURDIR)/debian/python-tmp/usr/lib/* $(CURDIR)/debian/tmp/usr/lib/.
install -o root -g root -d $(CURDIR)/debian/tmp/usr/bin
install -o root -g root -m 755 $(CURDIR)/swig/python/scripts/*.py $(CURDIR)/debian/tmp/usr/bin/.
+ ls -R $(CURDIR)/debian/tmp/ > /tmp/gdal_list.txt
+
# removing license file
rm -f $(CURDIR)/debian/tmp/usr/share/gdal/1.8/LICENSE.TXT
# removing empty packlist MakeMaker files
--
GDAL/OGR library and tools
More information about the Pkg-grass-devel
mailing list