This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository castxml.
commit 37b1403c9554152d35a533060ab1e7831cef290c Author: Gert Wollny <[email protected]> Date: Wed Jul 6 15:12:57 2016 +0000 Add hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6201718..27b53e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ castxml (0.1+git20160706-1) UNRELEASED; urgency=medium * New upstream version * cme fix dpkg-control * d/control: Depends on llvm-3.8 + * d/rules: hardening += all -- Gert Wollny <[email protected]> Wed, 06 Jul 2016 14:59:11 +0000 diff --git a/debian/rules b/debian/rules index 15779f2..d187a49 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + CMAKE_FLAGS = -DCastXML_INSTALL_DOC_DIR:STRING=/usr/share/doc/castxml %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
