r180 - lvm2/trunk/debian

Bastian Blank waldi at costa.debian.org
Wed Sep 28 16:20:04 UTC 2005


Author: waldi
Date: Wed Sep 28 16:20:03 2005
New Revision: 180

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/rules
Log:
* debian/changelog: Update.
* debian/rules: Fix.
Closes: 330166


Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Wed Sep 28 16:20:03 2005
@@ -1,3 +1,10 @@
+lvm2 (2.01.14-2) UNRELEASED; urgency=low
+
+  * Enable readline support for debs. (closes: #257406)
+  * Fix O_DIRECT disable for hppa. (closes: #330166)
+
+ -- Bastian Blank <waldi at debian.org>  Wed, 28 Sep 2005 18:15:25 +0200
+
 lvm2 (2.01.14-1) unstable; urgency=low
 
   * New upstream version. (closes: #320454)

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Wed Sep 28 16:20:03 2005
@@ -22,7 +22,7 @@
 	--infodir=\$${prefix}/share/info \
 	--with-confdir=\$${exec_prefix}/etc
 
-ifneq (,$(findstring $(DEB_HOST_ARCH), arm hpp mips mipsel))
+ifneq (,$(findstring $(DEB_HOST_ARCH), arm hppa mips mipsel))
 CONFIGURE_FLAGS += --disable-o_direct
 endif
 



More information about the pkg-lvm-commits mailing list