[med-svn] [Git][med-team/t-coffee][master] 2 commits: Fix FTCBFS: Pass C++ compiler as CC
Andreas Tille
gitlab at salsa.debian.org
Fri Feb 15 06:46:49 GMT 2019
Andreas Tille pushed to branch master at Debian Med / t-coffee
Commits:
4cb2362e by Andreas Tille at 2019-02-15T06:43:15Z
Fix FTCBFS: Pass C++ compiler as CC
- - - - -
de16e40e by Andreas Tille at 2019-02-15T06:45:44Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+t-coffee (12.00.7fb08c2-4) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Pass C++ compiler as CC.
+ Closes: #922196
+
+ -- Andreas Tille <tille at debian.org> Fri, 15 Feb 2019 07:43:22 +0100
+
t-coffee (12.00.7fb08c2-3) unstable; urgency=medium
* Do not use -i flag to ignore build failures
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --sourcedirectory=t_coffee_source
override_dh_auto_build:
- dh_auto_build -- USER_BIN=../bin/ FCC="$(FCC)" all
+ dh_auto_build -- USER_BIN=../bin/ FCC="$(FCC)" 'CC=$$(CXX)' all
override_dh_auto_clean:
rm -rf t_coffee_source/*.o t_coffee_source/t_coffee bin/t_coffee $(shell find example/ -size 0) bin/t_coffee
View it on GitLab: https://salsa.debian.org/med-team/t-coffee/compare/bc5fa3585da3c169bebb8109ac40c4b06165b258...de16e40e73bd619332e44442114d8dd702b7088e
--
View it on GitLab: https://salsa.debian.org/med-team/t-coffee/compare/bc5fa3585da3c169bebb8109ac40c4b06165b258...de16e40e73bd619332e44442114d8dd702b7088e
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/ff41c5eb/attachment.html>
More information about the debian-med-commit
mailing list