[med-svn] r20863 - in trunk/packages/t-coffee/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Tue Dec 22 15:05:15 UTC 2015


Author: tille
Date: 2015-12-22 15:05:14 +0000 (Tue, 22 Dec 2015)
New Revision: 20863

Added:
   trunk/packages/t-coffee/trunk/debian/patches/use_debian_packaged_TMalign.patch
Modified:
   trunk/packages/t-coffee/trunk/debian/changelog
   trunk/packages/t-coffee/trunk/debian/control
Log:
Do not build unused TMalign


Modified: trunk/packages/t-coffee/trunk/debian/changelog
===================================================================
--- trunk/packages/t-coffee/trunk/debian/changelog	2015-12-22 15:03:22 UTC (rev 20862)
+++ trunk/packages/t-coffee/trunk/debian/changelog	2015-12-22 15:05:14 UTC (rev 20863)
@@ -5,6 +5,7 @@
   * fix clean target
   * compress changelog with '-n' option
   * propagate hardening options
+  * Do not build unused TMalign
 
  -- Andreas Tille <tille at debian.org>  Mon, 21 Dec 2015 21:30:36 +0100
 

Modified: trunk/packages/t-coffee/trunk/debian/control
===================================================================
--- trunk/packages/t-coffee/trunk/debian/control	2015-12-22 15:03:22 UTC (rev 20862)
+++ trunk/packages/t-coffee/trunk/debian/control	2015-12-22 15:05:14 UTC (rev 20863)
@@ -4,8 +4,7 @@
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               gfortran
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/t-coffee/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/t-coffee/trunk/

Added: trunk/packages/t-coffee/trunk/debian/patches/use_debian_packaged_TMalign.patch
===================================================================
--- trunk/packages/t-coffee/trunk/debian/patches/use_debian_packaged_TMalign.patch	                        (rev 0)
+++ trunk/packages/t-coffee/trunk/debian/patches/use_debian_packaged_TMalign.patch	2015-12-22 15:05:14 UTC (rev 20863)
@@ -0,0 +1,24 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 21 Dec 2015 21:30:36 +0100
+Description: There is no need to build TMalign since the Debian packaged
+ version is used anyway
+
+--- a/t_coffee_source/makefile
++++ b/t_coffee_source/makefile
+@@ -12,13 +12,10 @@ t_coffee: $(OBJECTS)
+  
+ -include $(DEPS)
+  
+-all: t_coffee TMalign
+- 
+-TMalign:
+-	$(FCC) TMalign.f -o TMalign 
++all: t_coffee
+  
+ .PHONY: clean
+ 
+ clean:
+ 	@echo " Cleaning..." 
+-	`find . -name *.o | xargs rm -rf {}`
+\ No newline at end of file
++	`find . -name *.o | xargs rm -rf {}`




More information about the debian-med-commit mailing list