[adios] 88/207: Change -x perms recursively

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:42 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 9eeffa5f4001f5cd52edb260ebcf1cc5763c84cc
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Feb 18 16:05:42 2014 +0000

    Change -x perms recursively
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b17841c..f6c580b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,11 +56,11 @@ override_dh_auto_install:
 	mv $(BINDIR)/skel_extract.py $(BINDIR)/skel_extract
 	cp debian/adios_config $(BINDIR)/adios_config
 	# mv $(DESTDIR)/bin/xmlparser.py $(DESTDIR)/bin/xmlparser
-	find $(DESTDIR) -name .gitignore -delete
+	find debian -name .gitignore -delete
 
 override_dh_installexamples:
 	dh_installexamples
-	chmod -x debian/libadios-dev/usr/share/doc/libadios-dev/examples/C
+	find debian/libadios-dev/usr/share/doc/libadios-dev/examples/C -type f -exec chmod -x {} \;
 
 override_dh_fixperms:
 	dh_fixperms

-- 
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