[SCM] inkscape/master: debian/rules: stop handling DEB_BUILD_OPTIONS=noopt on our own, nowadays dpkg takes care of that

mapreri-guest at users.alioth.debian.org mapreri-guest at users.alioth.debian.org
Tue Aug 25 09:52:17 UTC 2015


The following commit has been merged in the master branch:
commit 7558484c8f46745bf6f7e46b1f5d62856a4dd3f8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Aug 25 09:51:15 2015 +0000

    debian/rules: stop handling DEB_BUILD_OPTIONS=noopt on our own, nowadays dpkg takes care of that

diff --git a/debian/rules b/debian/rules
index 85d4c01..f64adba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 CFLAGS += -Wall
 CXXFLAGS += -Wall
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-  CFLAGS += -O0
-  CXXFLAGS += -O0
-else
-  CFLAGS += -O2
-  CXXFLAGS += -O2
-endif
-
 %:
 	dh $@ --buildsystem=autoconf --parallel --with autotools_dev,python2
 

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list