[med-svn] [Git][med-team/t-coffee][master] 2 commits: Don't hide the build flags
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Feb 15 14:55:52 GMT 2019
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.crusoe at 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.crusoe at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190215/dd4bf79b/attachment-0001.html>
More information about the debian-med-commit
mailing list