Source: opensaml2 Severity: important Tags: patch Please enabled hardened build flags through dpkg-buildflags.
Patch attached. Cheers, Moritz
diff -aur opensaml2-2.4.3.harden/debian/rules opensaml2-2.4.3/debian/rules --- opensaml2-2.4.3.harden/debian/rules 2011-07-25 22:35:57.000000000 +0200 +++ opensaml2-2.4.3/debian/rules 2012-01-15 21:34:52.000000000 +0100 @@ -9,7 +9,7 @@ endif override_dh_auto_configure: - dh_auto_configure -- --disable-dependency-tracking $(DEBUG) + dh_auto_configure -- --disable-dependency-tracking $(DEBUG) $(shell dpkg-buildflags --export=configure) override_dh_install: rm -r debian/tmp/usr/share/doc/opensaml* Nur in opensaml2-2.4.3/debian: rules~.