This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit e7f32b6cee0e3cf92d703fa7b0ae4cd768409bf8 Author: Felipe Sateler <[email protected]> Date: Sat Oct 8 18:09:21 2016 -0300 Enable hardening flags during build --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9ed9178..1a1f238 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ DPKG_EXPORT_BUILDFLAGS = 1 DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed +DEB_BUILD_MAINT_OPTIONS = hardening=+all + include /usr/share/dpkg/default.mk export AUTOPOINT=intltoolize --automake --copy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

