[med-svn] [dawg.git] 02/02: Use Andreas' dh_fixperms override fix to fix perms

Kevin Murray daube-guest at moszumanska.debian.org
Mon Dec 7 23:01:46 UTC 2015


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

daube-guest pushed a commit to branch master
in repository dawg.git.

commit ed661058d5038169f0c87c1c7f9be281c1e78f7e
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Dec 7 22:32:43 2015 +1100

    Use Andreas' dh_fixperms override fix to fix perms
---
 debian/rules | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 44cab75..5c8d35f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,14 @@ include /usr/share/dpkg/default.mk
 # package maintainers to append LDFLAGS
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+DEBPKGNAME=dawg
+
 
 # main packaging script based on dh7 syntax
 %:
 	dh $@ --parallel
 
+
 # dh_make generated override targets
 # This is example for Cmake (See https://bugs.debian.org/641051 )
 override_dh_auto_configure:
@@ -29,5 +32,6 @@ override_dh_auto_configure:
 	-DCMAKE_DATA_DIR=/usr/share/doc/dawg
 
 
-
-
+override_dh_fixperms:
+	dh_fixperms
+	chmod -R -x debian/$(DEBPKGNAME)/usr/share/doc/dawg/examples

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



More information about the debian-med-commit mailing list