[med-svn] [paml] 06/06: Fix permissions

Andreas Tille tille at debian.org
Mon Sep 12 06:48:13 UTC 2016


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

tille pushed a commit to branch master
in repository paml.

commit 8c7ab84c7078b27107730396ef7da1c17e8ce821
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 12 08:37:44 2016 +0200

    Fix permissions
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 29cfd47..4d87d78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ paml (4.9b+dfsg-1) unstable; urgency=medium
   * *.ctl files are pointing to existing data files in /usr/lib/paml/data
   * *.ctl files are obtained from /etc/paml if there is no such file in
     current dir
+  * Fix permissions
 
  -- Andreas Tille <tille at debian.org>  Mon, 12 Sep 2016 08:27:42 +0200
 
diff --git a/debian/rules b/debian/rules
index 72897a4..f499404 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,7 @@ override_dh_link:
 	for datfile in debian/$(DEBPKGNAME)/$(DATADIR)/*.ctl ; do \
 	    ln -s $(DATADIR)/`basename $${datfile}` debian/$(DEBPKGNAME)/etc/$(DEBPKGNAME) ; \
 	done
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian/*/usr/lib/paml/data -type f -exec chmod -x \{\} \;

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



More information about the debian-med-commit mailing list