This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ball.
commit 27266a8e07e6a1d9aac44f038c5cc6f45430d6d3 Author: Andreas Tille <[email protected]> Date: Wed May 18 10:28:44 2016 +0200 Better hardening --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 626cc28..2e697ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ ball (1.4.3~beta1-1) UNRELEASED; urgency=medium Closes: #787888 * debian/control: Drop *-dbg package since this is created automatically now * delete debian/menu + * polish d/copyright + * better hardening -- Andreas Tille <[email protected]> Thu, 07 Jan 2016 08:47:19 +0100 diff --git a/debian/rules b/debian/rules index 9753f4a..1d1f6c4 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,8 @@ BALL_INSTALL_PATH=build PYTHON_VERSION=2.6 PYTHON_SITE_PATH=$(shell python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(0,0)[4:];") +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --buildsystem=cmake --builddirectory=build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
