This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository clearcut.
commit c20bbdc9dfbbc4dde350bb953beb109830c9bb4e Author: Andreas Tille <[email protected]> Date: Thu Feb 27 23:56:06 2014 +0000 Propagate hardening options --- debian/patches/hardening.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch new file mode 100644 index 0000000..af5ad2d --- /dev/null +++ b/debian/patches/hardening.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 27 Feb 2014 17:11:16 +0000 +Description: Propagate hardening options + +--- a/Makefile ++++ b/Makefile +@@ -124,7 +124,7 @@ clean: + $(CC) -c $(INCDIRS) $(CFLAGS) $(OPTFLAG) $(DEFS) $< + + clearcut: $(OBJS) $(LIBOBJS) +- $(CC) $(LINKFLAGS) -o $@ $(OBJS) $(LIBDIRS) $(LIBS) ++ $(CC) $(LINKFLAGS) -o $@ $(OBJS) $(LIBDIRS) $(LIBS) $(LDFLAGS) + + + diff --git a/debian/patches/series b/debian/patches/series index 1c9195f..020684b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ mothur_trivial_patch +hardening.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clearcut.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
