[Debian-ha-commits] [cluster-glue] 06/73: Imported Debian patch 1.0.3+hg2366-5

Richard Winters devrik-guest at moszumanska.debian.org
Sat Apr 18 20:24:29 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 6e7f743427123ea47355c00da618770060d6d3c9
Author: Martin Loschwitz <madkiss at debian.org>
Date:   Tue Apr 6 15:20:30 2010 +0000

    Imported Debian patch 1.0.3+hg2366-5
---
 debian/changelog | 14 ++++++++++++++
 debian/rules     |  5 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba2d08f..d0944f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+cluster-glue (1.0.3+hg2366-5) unstable; urgency=low
+
+  * Rebuild and do NOT include the .orig.tar.gz in the .changes-file.
+    Wasn't this default until some time ago?! 
+
+ -- Martin Loschwitz <madkiss at debian.org>  Tue, 06 Apr 2010 15:20:30 +0000
+
+cluster-glue (1.0.3+hg2366-4) unstable; urgency=low
+
+  * Disable fatal warnings to make cluster-glue compile on numerous 
+    architectures other than x86(_64) 
+
+ -- Martin Loschwitz <madkiss at debian.org>  Tue, 06 Apr 2010 13:08:01 +0000
+
 cluster-glue (1.0.3+hg2366-3) unstable; urgency=low
 
   * Added files to cluster-glue.install that were added upstream 
diff --git a/debian/rules b/debian/rules
index c1c8213..02156f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,10 +37,10 @@ configure-stamp:
 	test -x ./configure || ./autogen.sh
 	./configure --with-ocf-root=/usr/lib/ocf --with-initdir=/etc/init.d \
 		    --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  		    --mandir=/usr/share/man --libdir=/usr/lib
+  		    --mandir=/usr/share/man --libdir=/usr/lib \
+		    --disable-fatal-warnings
 	touch configure-stamp
 
-
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
@@ -81,6 +81,7 @@ binary-common:
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_perl
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps

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