[med-svn] [python-pbcore] 07/11: Remove executable bit from non-executable file

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Aug 11 07:48:19 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 b3b09484fd3f9496bfe26668714979d962716cbb
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Aug 10 23:31:12 2015 -0700

    Remove executable bit from non-executable file
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2a26bbd..169f433 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,9 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 export PYBUILD_NAME = pbcore
-export PYBUILD_AFTER_INSTALL = chmod -x {destdir}/{install_dir}/pbcore/data/*.h5
+export PYBUILD_AFTER_INSTALL = \
+  chmod -x {destdir}/{install_dir}/pbcore/data/*.h5 \
+           {destdir}/{install_dir}/pbcore/data/datasets/*.xml
 
 %:
 	LC_ALL=C.UTF-8 dh $@ --with python2 --buildsystem=pybuild

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