This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.0+20060928-6 in repository poa.
commit 2daed2d241557cab275aa0da01f608c30f40a98d Author: Andreas Tille <[email protected]> Date: Thu Sep 14 09:56:59 2017 +0200 Fix propagation of hardening options, upload to unstable --- debian/changelog | 5 +++-- debian/patches/hardening.patch | 11 ++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88fdd00..ece7cc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -poa (2.0+20060928-6) UNRELEASED; urgency=medium +poa (2.0+20060928-6) unstable; urgency=medium [ Helmut Grohne ] * Fix FTCBFS: (Closes: #864558) @@ -7,8 +7,9 @@ poa (2.0+20060928-6) UNRELEASED; urgency=medium [ Andreas Tille ] * Standards-Version: 4.1.0 + * Fix propagation of hardening options - -- Andreas Tille <[email protected]> Thu, 14 Sep 2017 09:47:08 +0200 + -- Andreas Tille <[email protected]> Thu, 14 Sep 2017 09:50:18 +0200 poa (2.0+20060928-5) unstable; urgency=medium diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch index a01efdd..0d2a7fe 100644 --- a/debian/patches/hardening.patch +++ b/debian/patches/hardening.patch @@ -1,10 +1,19 @@ Description: propagate hardening options Author: Andreas Tille <[email protected]> -Last-Update: Mon, 11 Jan 2016 12:48:42 +0100 +Last-Update: Thu, 14 Sep 2017 09:50:18 +0200 --- a/Makefile +++ b/Makefile +@@ -28,7 +28,7 @@ LIBOBJECTS= \ + + CC = gcc + #CFLAGS= -g -ansi-strict -W -Wall -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. +-CFLAGS= -g -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. ++CFLAGS+= -g -DUSE_WEIGHTED_LINKS -DUSE_PROJECT_HEADER -I. + # -I$(HOME)/lib/include + # -DREPORT_MAX_ALLOC + @@ -44,7 +44,7 @@ liblpo.a: $(LIBOBJECTS) # NB: LIBRARY MUST FOLLOW OBJECTS OR LINK FAILS WITH UNRESOLVED REFERENCES!! -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/poa.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
