Michael R. Crusoe pushed to branch master at Debian Med / t-coffee

Commits:
a7229134 by Michael R. Crusoe at 2019-02-15T14:51:38Z
Don't hide the build flags

- - - - -
48d6ff02 by Michael R. Crusoe at 2019-02-15T14:52:52Z
t-coffee-examples: mark Multi-Arch: foreign

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/verbose_build


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+t-coffee (12.00.7fb08c2-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Unhide the build flags.
+  * t-coffee-examples: mark Multi-Arch: foreign
+
+ -- Michael R. Crusoe <michael.cru...@gmail.com>  Fri, 15 Feb 2019 06:49:18 
-0800
+
 t-coffee (12.00.7fb08c2-4) unstable; urgency=medium
 
   [ Helmut Grohne ]


=====================================
debian/control
=====================================
@@ -55,6 +55,7 @@ Description: Multiple Sequence Alignment
 
 Package: t-coffee-examples
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Recommends: t-coffee
 Description: annotated examples for the use of T-Coffee


=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@ mayhem.patch
 stable-linking-inputs.patch
 clustalw2.patch
 fix_tempfile_name_sharing.patch
+verbose_build


=====================================
debian/patches/verbose_build
=====================================
@@ -0,0 +1,19 @@
+Author: Michael R. Crusoe <michael.cru...@gmail.com>
+Description: don't hide the build flags
+--- t-coffee.orig/t_coffee_source/makefile
++++ t-coffee/t_coffee_source/makefile
+@@ -5,10 +5,12 @@
+ DEPS := $(OBJECTS:.o=.deps)
+  
+ t_coffee: $(OBJECTS)
+-      @echo " Linking..."; $(CC) $^ -o t_coffee -lm $(LDFLAGS)
++      @echo " Linking..."
++      $(CC) $^ -o t_coffee -lm $(LDFLAGS)
+  
+ %.o: %.c
+-      @echo " CC $<"; $(CC) $(CPPFLAGS) $(CFLAGS) -I. -MD -MF $(@:.o=.deps) 
-c -o $@ $<
++      @echo " CC $<"
++      $(CC) $(CPPFLAGS) $(CFLAGS) -I. -MD -MF $(@:.o=.deps) -c -o $@ $<
+  
+ -include $(DEPS)
+  



View it on GitLab: 
https://salsa.debian.org/med-team/t-coffee/compare/de16e40e73bd619332e44442114d8dd702b7088e...48d6ff022c3bf00cc14f3cb1fbf81946ed4caabc

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/t-coffee/compare/de16e40e73bd619332e44442114d8dd702b7088e...48d6ff022c3bf00cc14f3cb1fbf81946ed4caabc
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to