[med-svn] [qcumber] 07/15: arch all, fix permissions

Andreas Tille tille at debian.org
Wed Nov 23 08:21:08 UTC 2016


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

tille pushed a commit to branch master
in repository qcumber.

commit a53da1ef1ef9117b125bfdbd5601ec3760cb1dba
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 21 18:06:38 2016 +0200

    arch all, fix permissions
---
 debian/control | 2 +-
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 230ef4a..2f5c681 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Homepage: https://gitlab.com/RKIBioinformaticsPipelines/QCumber
 X-Python-Version: >= 3.4
 
 Package: qcumber
-Architecture: any
+Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
          python3-jinja2,
diff --git a/debian/rules b/debian/rules
index fb51735..f4eacb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ override_dh_fixperms:
 	# main script should be executable
 	chmod a-x debian/*/usr/share/*/*.tex
 	chmod a-x debian/*/etc/*/*.txt
+	chmod a-x debian/*/usr/share/*/classes.py
+	chmod a-x debian/*/usr/share/*/combineFastQC.py
+	chmod a-x debian/*/usr/share/*/helper.py
 
 #get-orig-source:
 #	. debian/get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qcumber.git



More information about the debian-med-commit mailing list