[med-svn] r9694 - trunk/packages/t-coffee/trunk/debian

Charles Plessy plessy at alioth.debian.org
Fri Feb 17 05:48:30 UTC 2012


Author: plessy
Date: 2012-02-17 05:48:30 +0000 (Fri, 17 Feb 2012)
New Revision: 9694

Modified:
   trunk/packages/t-coffee/trunk/debian/changelog
   trunk/packages/t-coffee/trunk/debian/control
   trunk/packages/t-coffee/trunk/debian/rules
Log:
Build new Fortran tool.


Modified: trunk/packages/t-coffee/trunk/debian/changelog
===================================================================
--- trunk/packages/t-coffee/trunk/debian/changelog	2012-02-17 03:57:34 UTC (rev 9693)
+++ trunk/packages/t-coffee/trunk/debian/changelog	2012-02-17 05:48:30 UTC (rev 9694)
@@ -1,6 +1,7 @@
 t-coffee (9.02.r1228-1) UNRELEASED; urgency=low
 
   * New upstream release (Closes: #649263).
+  * Build new Fortran tool (debian/rules, debian/contol).
 
  -- Charles Plessy <plessy at debian.org>  Fri, 02 Dec 2011 21:28:09 +0900
 

Modified: trunk/packages/t-coffee/trunk/debian/control
===================================================================
--- trunk/packages/t-coffee/trunk/debian/control	2012-02-17 03:57:34 UTC (rev 9693)
+++ trunk/packages/t-coffee/trunk/debian/control	2012-02-17 05:48:30 UTC (rev 9694)
@@ -6,7 +6,7 @@
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Charles Plessy <plessy at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, quilt
+Build-Depends: debhelper (>= 8), cdbs, quilt, gfortran
 Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/t-coffee/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/t-coffee/trunk/

Modified: trunk/packages/t-coffee/trunk/debian/rules
===================================================================
--- trunk/packages/t-coffee/trunk/debian/rules	2012-02-17 03:57:34 UTC (rev 9693)
+++ trunk/packages/t-coffee/trunk/debian/rules	2012-02-17 05:48:30 UTC (rev 9694)
@@ -9,7 +9,9 @@
 
 DEB_COMPRESS_EXCLUDE = .doc
 
-DEB_MAKE_BUILD_TARGET	= -C t_coffee_source -i USER_BIN=../bin/ all
+FCC = gfortran $(shell dpkg-buildflags --get FFLAGS)
+
+DEB_MAKE_BUILD_TARGET	= -C t_coffee_source -i USER_BIN=../bin/ FCC="$(FCC)" all
 DEB_MAKE_CHECK_TARGET   = -f debian/rules check
 
 check:




More information about the debian-med-commit mailing list