[otb] 01/05: remove pyc from debian/tmp/

Rashad Kanavath rashad-guest at moszumanska.debian.org
Tue Dec 22 15:28:27 UTC 2015


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

rashad-guest pushed a commit to branch master
in repository otb.

commit e3cb4727a9d8f928b491120705a23f3c19dfa4e8
Author: Rashad Kanavath <rashad.kanavath at c-s.fr>
Date:   Tue Dec 22 15:26:52 2015 +0100

    remove pyc from debian/tmp/
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ecc17a8..f2d93be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,11 +74,10 @@ override_dh_shlibdeps:
 
 override_dh_install:
 	rm -f $(CURDIR)/debian/tmp/usr/share/doc/OTB-$(OTB_VERSION_SONAME)/LICENSE
-	rm -f $(CURDIR)/usr/lib/otb/python/otbApplication.pyc
+	rm -f $(CURDIR)/debian/tmp/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*
-	rm -f $(CURDIR)/debian/tmp/usr/lib/otb/python/*.pyc
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.txt

-- 
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