[Python-modules-commits] [pywavelets] 04/05: Remove execution flag set on all files of orig tarball

Daniele Tricoli eriol-guest at moszumanska.debian.org
Wed Dec 21 23:24:52 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository pywavelets.

commit 4b2286fd4e27c95955f1da3d933004fe2ddfec9e
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Dec 20 23:59:03 2016 +0100

    Remove execution flag set on all files of orig tarball
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 84b1902..da8e0d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,10 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	PYBUILD_SYSTEM=custom \
 	PYBUILD_TEST_ARGS="{interpreter} -c \"import sys ; sys.path.insert(0, '{destdir}/usr/lib/python{version}/dist-packages/') ; import pywt ; pywt.test(verbose=5)\"" dh_auto_test
 endif
+	# Remove execution flag set by upstream for all files.
+	find debian/python*-pywt -type f -exec chmod -x {} \;
+
+override_dh_installexamples:
+	dh_installexamples
+	# Remove execution flag set by upstream also on examples.
+	find debian/python-pywt-doc -type f -exec chmod -x {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pywavelets.git



More information about the Python-modules-commits mailing list