Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix FTCBFS: Pass C++ compiler as CC
· 4cb2362e
Andreas Tille
authored
Feb 15, 2019
4cb2362e
Upload to unstable
· de16e40e
Andreas Tille
authored
Feb 15, 2019
de16e40e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
de16e40e
t-coffee (12.00.7fb08c2-4) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Pass C++ compiler as CC.
Closes: #922196
-- Andreas Tille <tille@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
View file @
de16e40e
...
...
@@ -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
...
...