[givaro] 06/07: debian/rules: Remove executable bit on example file. Fixes executable-not-elf-or-script Lintian warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Aug 10 05:09:38 UTC 2016


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

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

commit ed07c1808934ac6b6d89bb04cb4ea31125b9a20a
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Aug 10 00:41:31 2016 -0400

    debian/rules: Remove executable bit on example file.
    Fixes executable-not-elf-or-script Lintian warning.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2390584..8d792c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,10 @@ override_dh_auto_build-indep:
 override_dh_auto_test:
 	dh_auto_test --max-parallel=1
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C
+
 dhopts :=
 
 %:

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



More information about the debian-science-commits mailing list