[Debian-ha-commits] [cluster-glue] 22/73: Imported Debian patch 1.0.7-3.2

Richard Winters devrik-guest at moszumanska.debian.org
Sat Apr 18 20:24:32 UTC 2015


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

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

commit ef0d2852c5867bf87a41eba6fc972741ae1692b6
Author: Luk Claes <luk at debian.org>
Date:   Sun May 29 19:06:36 2011 +0200

    Imported Debian patch 1.0.7-3.2
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb54e15..cd26a29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cluster-glue (1.0.7-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove references to other libraries from dependency_libs field
+    closes: #619551.
+
+ -- Luk Claes <luk at debian.org>  Sun, 29 May 2011 19:06:36 +0200
+
 cluster-glue (1.0.7-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index 7f41ec3..45bbbdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,9 @@ install-arch:
 	dh_testroot
 	dh_prep -s
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
 	chrpath -r "" debian/tmp/usr/lib/stonith/plugins/stonith2/ipmilan.so
 	dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
 

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



More information about the Debian-HA-Commits mailing list