r630 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Fri Nov 21 14:48:05 UTC 2008


Author: waldi
Date: Fri Nov 21 14:48:04 2008
New Revision: 630

Log:
* debian/changelog: Update.
* debian/rules: Disable cluster support in udeb.


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

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Fri Nov 21 14:48:04 2008
@@ -2,6 +2,7 @@
 
   * Set locking dir to /lib/init/rw/lvm as we need a writable array early
     during boot. (closes: #506354)
+  * Disable cluster support in udeb.
 
  -- Bastian Blank <waldi at debian.org>  Fri, 21 Nov 2008 15:41:24 +0100
 

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Fri Nov 21 14:48:04 2008
@@ -76,6 +76,7 @@
 	./configure CFLAGS="$(CFLAGS_UDEB)" \
 		$(CONFIGURE_FLAGS) \
 		--with-optimisation="" \
+		--with-cluster=none \
 		--with-lvm1=none \
 		--with-pool=none \
 		--disable-readline



More information about the pkg-lvm-commits mailing list