Author: tille Date: 2016-12-02 14:01:21 +0000 (Fri, 02 Dec 2016) New Revision: 23215
Modified: trunk/packages/embassy-domsearch/trunk/debian/changelog trunk/packages/embassy-domsearch/trunk/debian/rules Log: hardening=+all Modified: trunk/packages/embassy-domsearch/trunk/debian/changelog =================================================================== --- trunk/packages/embassy-domsearch/trunk/debian/changelog 2016-12-02 13:58:07 UTC (rev 23214) +++ trunk/packages/embassy-domsearch/trunk/debian/changelog 2016-12-02 14:01:21 UTC (rev 23215) @@ -6,6 +6,7 @@ * debhelper 10 * d/watch: version=4 * remove unused lintian override + * hardening=+all -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 14:53:22 +0100 Modified: trunk/packages/embassy-domsearch/trunk/debian/rules =================================================================== --- trunk/packages/embassy-domsearch/trunk/debian/rules 2016-12-02 13:58:07 UTC (rev 23214) +++ trunk/packages/embassy-domsearch/trunk/debian/rules 2016-12-02 14:01:21 UTC (rev 23215) @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + CFLAGS += -I/usr/lib/emboss/include -I/usr/lib/emboss/include/epcre -I/usr/lib/emboss/include/eplplot -L/usr/lib/emboss/lib -Wl,--rpath,/usr/lib/emboss/lib LDFLAGS += -Wl,--as-needed _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
