Author: lkajan-guest Date: 2012-09-24 08:26:09 +0000 (Mon, 24 Sep 2012) New Revision: 12272
Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules Log: added hardening flags, new upstream release Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog 2012-09-24 07:33:13 UTC (rev 12271) +++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/changelog 2012-09-24 08:26:09 UTC (rev 12272) @@ -1,3 +1,10 @@ +librg-blast-parser-perl (0.03-1) unstable; urgency=low + + * New upstream release. + * Added hardening flags. + + -- Laszlo Kajan <[email protected]> Mon, 24 Sep 2012 10:17:26 +0200 + librg-blast-parser-perl (0.02-2) unstable; urgency=low * [Andreas Tille <[email protected]>] Modified: trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules 2012-09-24 07:33:13 UTC (rev 12271) +++ trunk/packages/rostlab/librg-blast-parser-perl/trunk/debian/rules 2012-09-24 08:26:09 UTC (rev 12272) @@ -1,8 +1,17 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 +export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) + +.PHONY: override_dh_auto_configure +override_dh_auto_configure: + dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)" + %: dh --parallel $@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
