Michael R. Crusoe pushed to branch master at Debian Med / seqan
Commits: 683efb69 by Michael R. Crusoe at 2020-03-03T15:50:01+01:00 Try out gcc/g++-10 - - - - - 6e7db7c4 by Michael R. Crusoe at 2020-06-03T16:01:01+02:00 Update Michael's emaill address - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +seqan (1.4.2+dfsg-5) UNRELEASED; urgency=medium + + * Try out gcc/g++-10 + + -- Michael R. Crusoe <[email protected]> Tue, 03 Mar 2020 14:36:51 +0100 + seqan (1.4.2+dfsg-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,11 +1,13 @@ Source: seqan Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, - Michael R. Crusoe <[email protected]>, + Michael R. Crusoe <[email protected]>, Kevin Murray <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 12), + g++-10, + gcc-10, cmake, zlib1g-dev, libbam-dev, ===================================== debian/patches/series ===================================== @@ -1,4 +1,4 @@ skip_extras_and_apps.patch skip_doc_creation.patch 2to3.patch -skip_broken_tests +#skip_broken_tests ===================================== debian/rules ===================================== @@ -14,6 +14,9 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[1-9]//') -O0 -mxgot endif +export CXX=g++-10 +export CC=gcc-10 + export DEB_CXXFLAGS_MAINT_APPEND += -DNDEBUG %: View it on GitLab: https://salsa.debian.org/med-team/seqan/-/compare/dd0c3c68e2a88891b972be4439164988f7d6397c...6e7db7c4f13daa9b4bfefd51b0e01a0db13dd77c -- View it on GitLab: https://salsa.debian.org/med-team/seqan/-/compare/dd0c3c68e2a88891b972be4439164988f7d6397c...6e7db7c4f13daa9b4bfefd51b0e01a0db13dd77c 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
