Andreas Tille pushed to branch master at Debian Med / cd-hit
Commits: 3ed21027 by Andreas Tille at 2019-07-21T22:38:53Z Makefile needs a proper C++ compiler - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +cd-hit (4.8.1-2) UNRELEASED; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Makefile expects a C++ compiler in $CC. (Closes: #932652) + + -- Andreas Tille <[email protected]> Sun, 21 Jul 2019 22:59:07 +0200 + cd-hit (4.8.1-1) unstable; urgency=medium [ Jelmer Vernooij ] ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ mandir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1/ dh $@ override_dh_auto_build: - dh_auto_build -- openmp=yes + dh_auto_build -- openmp=yes CC='$$(CXX)' override_dh_installman: mkdir -p $(mandir) View it on GitLab: https://salsa.debian.org/med-team/cd-hit/commit/3ed210275520fccb7506c9fb80c6cc4e8a405277 -- View it on GitLab: https://salsa.debian.org/med-team/cd-hit/commit/3ed210275520fccb7506c9fb80c6cc4e8a405277 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
