Author: tille Date: 2016-01-09 17:38:13 +0000 (Sat, 09 Jan 2016) New Revision: 21062
Modified: trunk/packages/fastdnaml/trunk/debian/changelog trunk/packages/fastdnaml/trunk/debian/patches/Makefile.patch Log: propagate hardening options and upload to unstable Modified: trunk/packages/fastdnaml/trunk/debian/changelog =================================================================== --- trunk/packages/fastdnaml/trunk/debian/changelog 2016-01-09 17:32:35 UTC (rev 21061) +++ trunk/packages/fastdnaml/trunk/debian/changelog 2016-01-09 17:38:13 UTC (rev 21062) @@ -1,12 +1,13 @@ -fastdnaml (1.2.2-11) UNRELEASED; urgency=low +fastdnaml (1.2.2-11) unstable; urgency=low * debian/upstream/metadata: Add citation information * cme fix dpkg-control * debhelper 9 * DEP5 * add fake debian/watch + * propagate hardening options - -- Andreas Tille <[email protected]> Sat, 09 Jan 2016 18:30:20 +0100 + -- Andreas Tille <[email protected]> Sat, 09 Jan 2016 18:35:08 +0100 fastdnaml (1.2.2-10) unstable; urgency=low Modified: trunk/packages/fastdnaml/trunk/debian/patches/Makefile.patch =================================================================== --- trunk/packages/fastdnaml/trunk/debian/patches/Makefile.patch 2016-01-09 17:32:35 UTC (rev 21061) +++ trunk/packages/fastdnaml/trunk/debian/patches/Makefile.patch 2016-01-09 17:38:13 UTC (rev 21062) @@ -10,7 +10,7 @@ +all: fastDNAml + +fastDNAml: -+ (cd source; cc ${CFLAGS} fastDNAml.c -o fastDNAml -lm) ++ (cd source; cc ${CFLAGS} fastDNAml.c -o fastDNAml -lm ${LDFLAGS}) + +install: + install -m0755 source/fastDNAml debian/fastDNAml-util ${DESTDIR}/usr/bin _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
