[med-svn] [mapping-pipeline] 08/10: Fix permissions
    Andreas Tille 
    tille at debian.org
       
    Tue Feb 21 12:56:44 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mapping-pipeline.
commit 4cc58f07c4283b19ca69676ab81fb319d45f8393
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 21 12:41:38 2017 +0100
    Fix permissions
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 0ba4b3f..a137504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,7 @@
 %:
 	dh $@ --with python3 # --buildsystem=pybuild
 
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name "*.tex" -exec chmod -x \{\} \;
+	find debian -name "*.json" -exec chmod -x \{\} \;
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mapping-pipeline.git
    
    
More information about the debian-med-commit
mailing list