[adios] 07/09: Set exec bit correctly on example scripts
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Dec 19 09:29:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository adios.
commit da89b1e445289c05ea90150c795e4b62344e8e6e
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Dec 12 17:01:18 2017 +0000
Set exec bit correctly on example scripts
---
debian/changelog | 1 +
debian/rules | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5eb0e2b..b8d3b0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ adios (1.13.0-1) UNRELEASED; urgency=medium
* Mark libadios-examples as M-A: foreign
* Standards-Version: 4.1.2; no changes required
* Change Vcs reference in control to https for security
+ * Set exec bit correctly on example scripts
-- Alastair McKinstry <mckinstry at debian.org> Sat, 09 Dec 2017 08:34:39 +0000
diff --git a/debian/rules b/debian/rules
index f738238..487eb0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,5 +128,10 @@ override_dh_installexamples:
override_dh_fixperms:
dh_fixperms
- chmod -x debian/libadios-bin/etc/adios/skel/templates/*.tpl
+ chmod +x debian/libadios-bin/etc/adios/skel/templates/submit*.tpl
chmod +x debian/libadios-bin/etc/adios/skel/templates/*.tmpl
+ chmod -x debian/libadios-bin/etc/adios/skel/templates/xml.tmpl
+ chmod -x debian/libadios-bin/etc/adios/skel/templates/source*tmpl
+ chmod -x debian/libadios-bin/etc/adios/skel/templates/Makefile.tmpl
+ chmod -x debian/libadios-bin/etc/adios/skel/templates/submit_sith.tmpl
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git
More information about the debian-science-commits
mailing list