[med-svn] [probabel] 01/01: Fix bug #733616, when building only the architecture-dependent package, the dh_install override fails (chmod is called on a extIDS.pk, which wasn't copied). This adds an override for dh_fixperms-indep to fix that.

Lennart Karssen lckarssen-guest at moszumanska.debian.org
Wed Jan 1 21:47:21 UTC 2014


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

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit f5a1422b42025f147cdc1410ee35e5b677ad417e
Author: L.C. Karssen <lennart at karssen.org>
Date:   Wed Jan 1 22:47:11 2014 +0100

    Fix bug #733616, when building only the architecture-dependent package, the dh_install override fails (chmod is called on a extIDS.pk, which wasn't copied). This adds an override for dh_fixperms-indep to fix that.
---
 debian/rules | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 20dccbf..9728d6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DH_VERBOSE := 1
+#DH_VERBOSE := 1
 
 # some helpful variables
 # shamelessly stolen from http://jmtd.net/log/awk/
@@ -35,6 +35,9 @@ override_dh_installchangelogs:
 	dh_installchangelogs doc/ChangeLog
 
 override_dh_install:
-	dh_install
+	dh_install --fail-missing
 	rm debian/$(DEBPKGNAME)/usr/bin/extract-snp
-	chmod a+x debian/$(DEBEXAMPLES)/usr/share/$(DEBPKGNAME)/scripts/extIDS.pl
+
+override_dh_fixperms-indep:
+	dh_fixperms
+	chmod 755 debian/$(DEBEXAMPLES)/usr/share/$(DEBPKGNAME)/scripts/extIDS.pl

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git



More information about the debian-med-commit mailing list