[Debian-ha-commits] [resource-agents] 01/01: Fix arch-all build by not attempting to fix the findif.sh permissions.

Christoph Berg myon at debian.org
Wed Feb 3 11:00:31 UTC 2016


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

myon pushed a commit to branch master
in repository resource-agents.

commit 938179d3aeaf25c9baa00a85cecf1fec6b71dcb4
Author: Christoph Berg <christoph.berg at credativ.de>
Date:   Wed Feb 3 12:00:06 2016 +0100

    Fix arch-all build by not attempting to fix the findif.sh permissions.
---
 debian/changelog                         | 6 ++++++
 debian/resource-agents.lintian-overrides | 4 ++++
 debian/rules                             | 4 ----
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8251888..c58415f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+resource-agents (1:3.9.6-2) unstable; urgency=medium
+
+  * Fix arch-all build by not attempting to fix the findif.sh permissions.
+
+ -- Christoph Berg <christoph.berg at credativ.de>  Wed, 03 Feb 2016 11:58:38 +0100
+
 resource-agents (1:3.9.6-1) unstable; urgency=medium
 
   [ Christoph Berg ]
diff --git a/debian/resource-agents.lintian-overrides b/debian/resource-agents.lintian-overrides
index 01e83fd..a7c97c6 100644
--- a/debian/resource-agents.lintian-overrides
+++ b/debian/resource-agents.lintian-overrides
@@ -1,3 +1,7 @@
 resource-agents: binary-without-manpage usr/sbin/ocft
 resource-agents: binary-without-manpage usr/sbin/sfex_init
 resource-agents: binary-without-manpage usr/sbin/sfex_stat
+
+# these are sourced shell libraries:
+resource-agents: script-not-executable usr/lib/ocf/lib/heartbeat/findif.sh
+resource-agents: script-not-executable usr/lib/ocf/lib/heartbeat/mysql-common.sh
diff --git a/debian/rules b/debian/rules
index 495b9f3..a5e69ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,6 @@ override_dh_auto_install:
 
 	dh_install --fail-missing
 
-override_dh_fixperms:
-	dh_fixperms
-	chmod +x $(CURDIR)/debian/resource-agents/usr/lib/ocf/lib/heartbeat/findif.sh
-
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f .version .tarball-version

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



More information about the Debian-HA-Commits mailing list