Author: latticetower-guest Date: 2016-07-08 15:50:23 +0000 (Fri, 08 Jul 2016) New Revision: 22450
Modified: trunk/packages/rostlab/profphd-utils/trunk/debian/changelog trunk/packages/rostlab/profphd-utils/trunk/debian/rules Log: add hardening Modified: trunk/packages/rostlab/profphd-utils/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/profphd-utils/trunk/debian/changelog 2016-07-08 15:48:41 UTC (rev 22449) +++ trunk/packages/rostlab/profphd-utils/trunk/debian/changelog 2016-07-08 15:50:23 UTC (rev 22450) @@ -9,6 +9,7 @@ * add debian/docs * add debian/README.test * cme fix dpkg-control + * add hardening -- Tatiana Malygina <[email protected]> Fri, 08 Jul 2016 17:03:18 +0300 Modified: trunk/packages/rostlab/profphd-utils/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/profphd-utils/trunk/debian/rules 2016-07-08 15:48:41 UTC (rev 22449) +++ trunk/packages/rostlab/profphd-utils/trunk/debian/rules 2016-07-08 15:50:23 UTC (rev 22450) @@ -2,6 +2,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export FFLAGS:=$(shell dpkg-buildflags --get FFLAGS) export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
