From 1e9c9549f143e974d6cce857b3e1af1639265758 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 8 Jun 2008 20:41:29 +0000 Subject: Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b5272c4b8..0c48082b5 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) OPTFLAGS := -O2 else OPTFLAGS := -O0 -- cgit v1.2.3