[Debian-ha-svn-commits] [SCM] cluster suite Debian packaging branch, master, updated. debian/3.0.0.rc4-1-21-gfeeb1a2

Guido Günther agx at sigxcpu.org
Sat Aug 29 21:41:36 UTC 2009


The following commit has been merged in the master branch:
commit 2198eae92e3b4d03a046a1bb42087a82c537f845
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Aug 29 17:47:15 2009 +0200

    move lcrso to it's default location

diff --git a/debian/cman.install b/debian/cman.install
index 87da8ab..1b074d8 100644
--- a/debian/cman.install
+++ b/debian/cman.install
@@ -11,7 +11,7 @@ usr/share/man/man5/cman.5
 usr/share/man/man8/cman_tool.8
 usr/share/man/man8/confdb2ldif.8
 usr/share/man/man8/cmannotifyd.8
-usr/lib/lcrso/*.lcrso usr/lib/corosync/lcrso/
+usr/lib/lcrso/*.lcrso usr/lib/lcrso/
 usr/sbin/ccs_tool
 usr/sbin/ccs_test
 usr/share/man/man5/cluster.conf.5
diff --git a/debian/rules b/debian/rules
index c7e9a67..d304abc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ binary-arch: install
 	dh_testroot
 	dh_strip -a
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/cman/usr/lib/corosync/lcrso/*.lcrso
+	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/cman/usr/lib/lcrso/*.lcrso
 endif
 	dh_compress -a
 	dh_fixperms -a

-- 
cluster suite Debian packaging



More information about the Debian-ha-svn-commits mailing list