[pkg-wpa-devel] r1714 - in /wpa/trunk/debian: changelog rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Apr 8 21:57:49 UTC 2012
Author: kelmo-guest
Date: Sun Apr 8 21:57:48 2012
New Revision: 1714
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1714
Log:
remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
required since dpkg-buildflags honors it.
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/rules
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1714&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Sun Apr 8 21:57:48 2012
@@ -43,8 +43,10 @@
* unfortunately, hostapd package historically added an epoch, so an epoch
must now be added to this source package too.
* enable hardened build flags. (Closes: #657332)
-
- -- Kel Modderman <kel at otaku42.de> Mon, 09 Apr 2012 07:48:11 +1000
+ * remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
+ required since dpkg-buildflags honors it.
+
+ -- Kel Modderman <kel at otaku42.de> Mon, 09 Apr 2012 07:56:19 +1000
wpasupplicant (0.7.3-6) unstable; urgency=low
Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1714&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Sun Apr 8 21:57:48 2012
@@ -8,14 +8,6 @@
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS),--as-needed
BINDIR = /sbin
V = 0
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
- CXXFLAGS += -O0
-else
- CFLAGS += -O2
- CXXFLAGS += -O2
-endif
export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS BINDIR V
More information about the Pkg-wpa-devel
mailing list