[med-svn] [psortb] 06/06: Fix permission of script

Andreas Tille tille at debian.org
Sun Apr 30 06:02:22 UTC 2017


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

tille pushed a commit to branch master
in repository psortb.

commit 7cfdc4dbaeecce0078f29df8e4deda10385741a3
Author: Andreas Tille <tille at debian.org>
Date:   Sun Apr 30 07:57:02 2017 +0200

    Fix permission of script
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2669ed3..310ddf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+
 %:
 	dh $@
 
@@ -16,3 +18,7 @@ override_dh_auto_clean:
 override_dh_auto_configure:
 	cp -a psort/bin/psort psort/bin/psort.debsave
 	dh_auto_configure
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod +x debian/$(DEBPKGNAME)/usr/lib/psort/conf/analysis/signal/archaea/check-sig

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



More information about the debian-med-commit mailing list