[Debian-ha-commits] [pacemaker] 08/10: Updated override_dh_compress to modify proper components

Richard Winters devrik-guest at moszumanska.debian.org
Sun Apr 26 10:26:46 UTC 2015


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

devrik-guest pushed a commit to branch master
in repository pacemaker.

commit 43dbe775bc5a64261fee4692e9226921ac3de90c
Author: Richard B Winters <rik at mmogp.com>
Date:   Sun Apr 26 05:49:08 2015 -0400

    Updated override_dh_compress to modify proper components
    
    Change-Id: I733d4ad5173eb1c7d9060ee66547df693a8dabac
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/rules | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4130343..734d048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,17 +63,7 @@ override_dh_compress:
 	find $(CURDIR)/debian/pacemaker/ -name '*.pyo' | xargs rm -rf
 	find $(CURDIR)/debian/pacemaker/ -name '*.pyc' | xargs rm -rf
 # make non-scripts non-executable
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/crm-transitional.dtd
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/resources-1.0.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/nvset-1.0.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/upgrade06.xsl
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/upgrade-1.3.xsl
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/constraints-1.0.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/shelltest/testcases/xmlonly.sh
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/shelltest/testcases/confbasic-xml.filter
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/pacemaker.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/pacemaker-1.0.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/score.rng
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/crm.dtd
-	-chmod -x `pwd`/debian/pacemaker/usr/share/pacemaker/rule-1.0.rng
+	chmod -x $(CURDIR)/debian/pacemaker/usr/share/pacemaker/*.dtd
+	chmod -x $(CURDIR)/debian/pacemaker/usr/share/pacemaker/*.xsl
+	chmod -x $(CURDIR)/debian/pacemaker/usr/share/pacemaker/*.rng
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list