This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository bowtie2.
commit 7c6f127c5f4587425c629c901f5b31fadc9b5824 Author: Alexandre Mestiashvili <[email protected]> Date: Sat Mar 12 15:40:05 2016 +0100 d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d7fb405..c4b4ccc 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') +export DEB_BUILD_MAINT_OPTIONS = hardening=+all CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) EXTRA_FLAGS := $(LDFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
