[Python-modules-commits] [python-scipy] 01/01: make fixperms arch dependent as well

Sebastian Humenda moomoc-guest at moszumanska.debian.org
Sun Sep 25 12:35:23 UTC 2016


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

moomoc-guest pushed a commit to branch master
in repository python-scipy.

commit 88ff0cfc0cbd140b0867cbd124dcdbf7e73974d6
Author: Sebastian Humenda <shumenda at gmx.de>
Date:   Sun Sep 25 14:34:32 2016 +0200

    make fixperms arch dependent as well
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6b67257..c0fa617 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	done
 endif
 
-override_dh_fixperms:
+override_dh_fixperms-arch:
 	dh_fixperms
 	set -e; for i in `find debian -mindepth 2 -type f ! -perm 755`; do \
 		if head -1 $$i | grep -q '^#!' ; then                      \

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



More information about the Python-modules-commits mailing list