[webwork-pg] 03/05: debian/rules: Add override_dh_fixperms target to fix script-not-executable Lintian warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:41:59 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository webwork-pg.

commit a97a6cdf91e911ff6962b04a7b7bf46535b40ec6
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Tue Nov 17 07:12:24 2015 -0500

    debian/rules: Add override_dh_fixperms target to fix script-not-executable
    Lintian warning.
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1b86689..dffafa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
 
+BUILDDIR=$(CURDIR)/debian/webwork-pg
+
 %:
 	dh $@
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod +x $(BUILDDIR)/usr/share/webwork-pg/macros/CanvasObject.pl
+	chmod +x $(BUILDDIR)/usr/share/webwork-pg/macros/compoundProblem2.pl
+
 get-orig-source:
 	uscan --verbose --rename --force-download

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/webwork-pg.git



More information about the debian-science-commits mailing list