[med-svn] r11505 - trunk/packages/tm-align/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Jun 29 16:44:24 UTC 2012
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 <tille at debian.org> Wed, 09 May 2012 10:54:17 +0200
+ -- Andreas Tille <tille at debian.org> 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:
More information about the debian-med-commit
mailing list