r421 - in lvm2/trunk/debian: . include

Bastian Blank waldi at alioth.debian.org
Sat Apr 7 16:14:11 UTC 2007


Author: waldi
Date: Sat Apr  7 16:14:10 2007
New Revision: 421

Removed:
   lvm2/trunk/debian/include/
Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/rules
Log:
Remove O_NOATIME hack.

* debian/changelog: Update.
* debian/include: Remove.
* debian/rules: Don't add extra includes.


Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Sat Apr  7 16:14:10 2007
@@ -6,6 +6,7 @@
     - Swedish
   * Add initramfs-tools hooks.
   * New upstream version.
+  * Remove O_NOATIME hack.
 
  -- Bastian Blank <waldi at debian.org>  Sat,  7 Apr 2007 16:07:46 +0000
 

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Sat Apr  7 16:14:10 2007
@@ -26,8 +26,6 @@
 CONFIGURE_FLAGS += --disable-o_direct
 endif
 
-CFLAGS += -I$(CURDIR)/debian/include/$(DEB_HOST_ARCH)
-
 BUILD_DIR = debian/build
 
 PACKAGES_DEB = lvm2 clvm



More information about the pkg-lvm-commits mailing list