[med-svn] [Git][med-team/seqan][master] 2 commits: Try out gcc/g++-10
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Jun 3 15:01:07 BST 2020
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 <michael.crusoe at gmail.com> 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 <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>,
- Michael R. Crusoe <crusoe at ucdavis.edu>,
+ Michael R. Crusoe <crusoe at debian.org>,
Kevin Murray <spam at kdmurray.id.au>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200603/2a6e20a7/attachment-0001.html>
More information about the debian-med-commit
mailing list