r573 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Mon Jun 2 19:37:35 UTC 2008


Author: waldi
Date: Mon Jun  2 19:37:35 2008
New Revision: 573

Log:
debian/rules: Use old DEB_BUILD_OPTIONS usage.


Modified:
   lvm2/trunk/debian/rules

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	(original)
+++ lvm2/trunk/debian/rules	Mon Jun  2 19:37:35 2008
@@ -11,13 +11,6 @@
 VERSION_DEBIAN := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p')
 VERSION := $(shell echo "$(VERSION_DEBIAN)" | sed -e 's,^[0-9]*:,,' -e 's,-[^-]*$$,,')
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-INSTALL_PROGRAM += -s
-endif
-
 BUILD_DIR = debian/build
 STAMPS_DIR = debian/stamps
 



More information about the pkg-lvm-commits mailing list