[libkml] 10/23: Disable custom dh_auto_install.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 25 19:41:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libkml.
commit cc08492c5d553e5dc61e71d0a852d95bbedff398
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 25 17:18:36 2015 +0200
Disable custom dh_auto_install.
---
debian/rules | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index e616c15..d705336 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,23 +20,23 @@ override_dh_auto_install:
dh_auto_install
# Strip RPATH
- chrpath --delete $(CURDIR)/debian/tmp/usr/lib/python*/*-packages/*.so
+ #chrpath --delete $(CURDIR)/debian/tmp/usr/lib/python*/*-packages/*.so
# Remove autotools stuff
- find $(CURDIR)/examples/ -type f -name "Makefile*" -delete
+ #find $(CURDIR)/examples/ -type f -name "Makefile*" -delete
# Remove python swig
- find $(CURDIR)/debian/tmp/usr/lib -name "libkml*python*.so*" -delete
+ #find $(CURDIR)/debian/tmp/usr/lib -name "libkml*python*.so*" -delete
# Remove la files
- find $(CURDIR)/debian/tmp/usr/lib -name "*.la" -delete
+ #find $(CURDIR)/debian/tmp/usr/lib -name "*.la" -delete
# Move libraries from libkml subdirectory
- mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libkml/* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
+ #mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libkml/* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
# libminizip headers
- install -m755 -d $(CURDIR)/debian/tmp/usr/include/minizip
- install -m644 $(CURDIR)/third_party/zlib-*/contrib/minizip/*h $(CURDIR)/debian/tmp/usr/include/minizip/
+ #install -m755 -d $(CURDIR)/debian/tmp/usr/include/minizip
+ #install -m644 $(CURDIR)/third_party/zlib-*/contrib/minizip/*h $(CURDIR)/debian/tmp/usr/include/minizip/
override_dh_install:
dh_install --autodest --list-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git
More information about the Pkg-grass-devel
mailing list