[otb] 08/09: Explicitly remove files not installed.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Dec 21 21:28:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 62cc425ffea34bcc413fd9431f00a687b95349c1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Dec 21 22:14:46 2015 +0100

    Explicitly remove files not installed.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0d80d9c..f7ee23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,8 @@ override_dh_shlibdeps:
 	dh_shlibdeps -l$(OTB_LIB_DIRS)
 
 override_dh_install:
+	rm -f $(CURDIR)/debian/tmp/usr/share/doc/OTB-5.0/LICENSE
+	rm -f $(CURDIR)/usr/lib/otb/python/otbApplication.pyc
 	dh_install --list-missing
 	rm -f $(CURDIR)/debian/$(pkglib)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*
 	rm -f $(CURDIR)/debian/$(pkgdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list