r282 - lvm2/trunk/debian

Bastian Blank waldi at costa.debian.org
Sun Feb 12 11:50:10 UTC 2006


Author: waldi
Date: Sun Feb 12 11:50:10 2006
New Revision: 282

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/rules
Log:
* debian/changelog: Update.
* debian/rules: Don't use O_DIRECT on armeb.


Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Sun Feb 12 11:50:10 2006
@@ -2,6 +2,8 @@
 
   * New upstream version.
   * Enable md_component_detection. (closes: #278180)
+  * Set device permissions.
+  * Don't use O_DIRECT on armeb. (closes: #351632)
 
  -- Bastian Blank <waldi at debian.org>  Sun, 12 Feb 2006 11:59:48 +0100
 

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Sun Feb 12 11:50:10 2006
@@ -22,7 +22,7 @@
 	--infodir=\$${prefix}/share/info \
 	--with-confdir=\$${exec_prefix}/etc
 
-ifneq (,$(findstring $(DEB_HOST_ARCH), arm hppa mips mipsel))
+ifneq (,$(findstring $(DEB_HOST_ARCH), arm armeb hppa mips mipsel))
 CONFIGURE_FLAGS += --disable-o_direct
 endif
 



More information about the pkg-lvm-commits mailing list