r323 - lvm2/trunk/debian

Bastian Blank waldi at costa.debian.org
Sun May 7 07:22:23 UTC 2006


Author: waldi
Date: Sun May  7 07:22:18 2006
New Revision: 323

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/control
   lvm2/trunk/debian/rules

Log:
* debian/changelog: Update.
* debian/control: Update build dependencies.
* debian/rules: Build clvmd with cman and gulm support.


Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Sun May  7 07:22:18 2006
@@ -1,3 +1,9 @@
+lvm2 (2.02.05-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Bastian Blank <waldi at debian.org>  Sun,  7 May 2006 07:16:56 +0000
+
 lvm2 (2.02.02-1) unstable; urgency=low
 
   * New upstream version.

Modified: lvm2/trunk/debian/control
==============================================================================
--- lvm2/trunk/debian/control	(original)
+++ lvm2/trunk/debian/control	Sun May  7 07:22:18 2006
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>
-Build-Depends: debhelper (>> 4.2), libdevmapper-dev (>> 2:1.02.03), autotools-dev, libdlm-dev (>> 0.trunk20060212), libselinux1-dev, libreadline5-dev
+Build-Depends: debhelper (>> 4.2), libdevmapper-dev (>> 2:1.02.05), autotools-dev, libccs-dev, libcman-dev, libdlm-dev (>> 1.02.00), libgulm-dev, libselinux1-dev, libreadline5-dev
 Standards-Version: 3.6.2
 
 Package: lvm2

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Sun May  7 07:22:18 2006
@@ -44,7 +44,7 @@
 	cd $(DIR); \
 	./configure CFLAGS="$(CFLAGS)" $(CONFIGURE_FLAGS) \
 		--with-cluster=shared \
-		--with-clvmd=cman \
+		--with-clvmd=all \
 		--enable-readline
 
 $(BUILD_DIR)/build-udeb/config.status: DIR = $(BUILD_DIR)/build-udeb



More information about the pkg-lvm-commits mailing list