r484 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Fri Jun 22 11:33:13 UTC 2007


Author: waldi
Date: Fri Jun 22 11:33:11 2007
New Revision: 484

Log:
* debian/changelog: Update.
* debian/control: Drop clvm.
* debian/rules: Don't build cluster.


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

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Fri Jun 22 11:33:11 2007
@@ -1,8 +1,9 @@
 lvm2 (2.02.26-1) UNRELEASED; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
+  * Drop clvm for now.
 
- -- Bastian Blank <waldi at debian.org>  Fri, 22 Jun 2007 11:21:51 +0000
+ -- Bastian Blank <waldi at debian.org>  Fri, 22 Jun 2007 11:30:32 +0000
 
 lvm2 (2.02.24-6) unstable; urgency=low
 

Modified: lvm2/trunk/debian/control
==============================================================================
--- lvm2/trunk/debian/control	(original)
+++ lvm2/trunk/debian/control	Fri Jun 22 11:33:11 2007
@@ -33,13 +33,3 @@
  volume groups can be allocated to logical volumes, which are accessed as
  regular block devices.
 
-Package: clvm
-Section: admin
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, lvm2 (>> 2.0.23)
-Suggests: cman, fence
-Description: Cluster LVM Daemon for lvm2
- This package provides the clustering interface for lvm2, when used with 
- Red Hat's "cman" cluster infrastructure. It allows logical volumes to
- be created on shared storage devices (eg Fibre Channel, or iSCSI). 

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Fri Jun 22 11:33:11 2007
@@ -28,7 +28,7 @@
 
 BUILD_DIR = debian/build
 
-PACKAGES_DEB = lvm2 clvm
+PACKAGES_DEB = lvm2
 PACKAGES_UDEB = lvm2-udeb
 
 $(BUILD_DIR)/build-deb/config.status: DIR = $(BUILD_DIR)/build-deb
@@ -41,8 +41,7 @@
 	cp --remove-destination /usr/share/misc/config.sub /usr/share/misc/config.guess $(DIR)/autoconf
 	cd $(DIR); \
 	./configure CFLAGS="$(CFLAGS)" $(CONFIGURE_FLAGS) \
-		--with-cluster=shared \
-		--with-clvmd=all \
+		--with-cluster=none \
 		--enable-readline
 
 $(BUILD_DIR)/build-udeb/config.status: DIR = $(BUILD_DIR)/build-udeb



More information about the pkg-lvm-commits mailing list