[med-svn] [python-pbcore] 02/05: Fix permissions for data files
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Jun 7 23:58:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pbcore.
commit 899fcbee956d4d2c9ed29906ec1a1f30a71da16b
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Jun 7 13:37:40 2015 -0700
Fix permissions for data files
Some h5 files are marked as executable in the upstream source.
Lintian picks this up as a problem.
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 43e5ef9..8b98220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ export DESTDIR
%:
dh $@ --with python2
+override_dh_fixperms:
+ dh_fixperms
+ chmod -x `pwd`/debian/$(DEB_SOURCE)/usr/lib/python2.7/dist-packages/pbcore/data/*.h5
+
#get-orig-source:
# uscan
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list