r678 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Sat Mar 7 09:58:30 UTC 2009


Author: waldi
Date: Sat Mar  7 09:58:30 2009
New Revision: 678

Log:
* debian/changelog: Update.
* debian/rules
  - Add missing configure options.
  - Also copy dot-files into source dir.


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

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Sat Mar  7 09:58:30 2009
@@ -1,3 +1,11 @@
+lvm2 (2.02.44-3) UNRELEASED; urgency=low
+
+  * Merge remaning settings for devmapper.
+    - Fix device group and mode. (closes: #518361)
+    - Disable selinux support in udeb. (closes: #518527)
+
+ -- Bastian Blank <waldi at debian.org>  Fri, 06 Mar 2009 22:47:00 +0100
+
 lvm2 (2.02.44-2) unstable; urgency=low
 
   * Fix implicit pointer conversion. (closes: #516867)

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Sat Mar  7 09:58:30 2009
@@ -49,7 +49,7 @@
 	@mkdir -p $(STAMPS_DIR)
 	rm -rf $(DIR)
 	mkdir -p $(DIR)
-	cp -al $(filter-out debian .svk .svn, $(wildcard .[^]* *)) $(DIR)
+	cp -al $(filter-out debian .svk .svn, $(wildcard .[^.]* *)) $(DIR)
 	cp --remove-destination /usr/share/misc/config.sub /usr/share/misc/config.guess $(DIR)/autoconf
 	cd $(DIR); QUILT_PATCHES=$(CURDIR)/debian/patches quilt --quiltrc /dev/null push -a || test $$? = 2
 	cd $(DIR); autoreconf
@@ -67,6 +67,9 @@
 		$(CONFIGURE_FLAGS) \
 		--with-optimisation="" \
 		--with-clvmd=cman \
+		--with-device-uid=0 \
+		--with-device-gid=6 \
+		--with-device-mode=0660 \
 		--enable-pkgconfig \
 		--enable-readline
 	touch $@
@@ -83,6 +86,7 @@
 		--with-cluster=none \
 		--with-lvm1=none \
 		--with-pool=none \
+		--disable-selinux \
 		--disable-readline
 	touch $@
 



More information about the pkg-lvm-commits mailing list