Bug#828804: fcgiwrap: Build with hardening flags and cleanup debian/rules

2016-06-27 Thread Peter Colberg
Sigh, now with fixed indentation and man page path. Nowadays dh_auto_configure passes all the needed paths to ./configure including --mandir, so debian/patches/fix_mandir.patch is not needed. Peter --- a/debian/patches/fix_mandir.patch +++ b/debian/patches/fix_mandir.patch @@ -1,16 +0,0 @@ -Autho

Bug#828804: fcgiwrap: Build with hardening flags and cleanup debian/rules

2016-06-27 Thread Peter Colberg
Please see the revised patch, which drops the redundant --prefix=/usr. Peter --- a/debian/rules +++ b/debian/rules @@ -1,19 +1,14 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --with systemd,autoreconf -CONFIGURE_FLAGS := --prefix /usr ifeq (linux,$(DEB

Bug#828804: fcgiwrap: Build with hardening flags and cleanup debian/rules

2016-06-27 Thread Peter Colberg
Package: fcgiwrap Version: 1.1.0-6 Severity: normal Tags: patch Dear Maintainer, The attached patch to debian/rules ensures that fcgiwrap is built with the hardening flags PIE and BINDNOW. Note that dh-autoreconf takes care of invoking autoreconf and cleaning up, so no further manual action is ne