[adios] 01/12: Fix executable perms typo

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:17:10 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 1f9980573442f15ec870ea3154f134c5ed5a84e9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 1 16:39:36 2017 +0100

    Fix executable perms typo
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7359485..4fb043e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ adios (1.12.0-1) UNRELEASED; urgency=medium
   * Add gdb.conf file
   * Typo in rules: make sure builds for all py3 versions
   * Drop redundant dh-autoreconf, autotools-dev build-depends
+  * Fix executable perms typo
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 18 Jul 2017 13:21:14 +0100
 
diff --git a/debian/rules b/debian/rules
index 426f368..b5829ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,5 +126,5 @@ 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/*.tmpl
+	chmod -x debian/libadios-bin/etc/adios/skel/templates/*.tpl
+	chmod +x debian/libadios-bin/etc/adios/skel/templates/*.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