+midori (0.3.0-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control:
+ - replace hardening-includes build-dep by hardening-wrapper.
+ * debian/rules:
+ - enable hardening.
+
+ -- Yves-Alexis Perez <corsac@debian.org> Thu, 03 Feb 2011 23:43:07 +0100
+
midori (0.3.0-1.2) unstable; urgency=low
* Non-maintainer upload.
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-CFLAGS+=$(HARDENING_CFLAGS)
-#LDFLAGS+=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 $(HARDENING_LDFLAGS)
-LDFLAGS+=-Wl,--as-needed -Wl,-O1 $(HARDENING_LDFLAGS)
+LDFLAGS+=-Wl,--as-needed -Wl,-O1
# waf, thank you _so_ much
-CCFLAGS=$(CFLAGS)
-LINKFLAGS=$(LDFLAGS)
+export LINKFLAGS=$(LDFLAGS)
+export CCFLAGS=$(CFLAGS)
+
+export DEB_BUILD_HARDENING=1
CMD=$(shell echo $@ | sed 's/override_//')
rm -rf .lock-wscript
override_dh_auto_configure:
- $(WAF) --nocache configure --prefix /usr
+ $(WAF) --nocache configure --debug-level=none --prefix /usr
override_dh_auto_build:
- $(WAF) build --nocache --debug full
+ $(WAF) build --nocache -v
#override_dh_auto_test:
# xvfb-run $(WAF) --nocache check