Author: tille Date: 2012-06-29 16:44:24 +0000 (Fri, 29 Jun 2012) New Revision: 11505
Modified: trunk/packages/tm-align/trunk/debian/changelog trunk/packages/tm-align/trunk/debian/rules Log: New upstream version, add hardening options Modified: trunk/packages/tm-align/trunk/debian/changelog =================================================================== --- trunk/packages/tm-align/trunk/debian/changelog 2012-06-29 16:18:38 UTC (rev 11504) +++ trunk/packages/tm-align/trunk/debian/changelog 2012-06-29 16:44:24 UTC (rev 11505) @@ -1,10 +1,9 @@ -tm-align (20120124-2) UNRELEASED; urgency=low +tm-align (20120507-1) unstable; urgency=low - * debian/upstream: - - separate authors by ' and ' rather than ',' - - Add URL + * New upstream version + * debian/rules: Add hardening options - -- Andreas Tille <[email protected]> Wed, 09 May 2012 10:54:17 +0200 + -- Andreas Tille <[email protected]> Fri, 29 Jun 2012 18:30:36 +0200 tm-align (20120124-1) unstable; urgency=low Modified: trunk/packages/tm-align/trunk/debian/rules =================================================================== --- trunk/packages/tm-align/trunk/debian/rules 2012-06-29 16:18:38 UTC (rev 11504) +++ trunk/packages/tm-align/trunk/debian/rules 2012-06-29 16:44:24 UTC (rev 11505) @@ -6,12 +6,15 @@ PROGNAME=TMalign +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) + %: dh $@ override_dh_auto_build: for src in `ls *.f` ; do \ - gfortran -O3 -ffast-math -lm -o `basename $${src} .f` $${src} ; \ + gfortran -O3 -ffast-math $(CPPFLAGS) $(LDFLAGS) -lm -o `basename $${src} .f` $${src} ; \ done override_dh_auto_clean: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
