[med-svn] [Git][med-team/seqan2][master] 4 commits: debhelper 12
Andreas Tille
gitlab at salsa.debian.org
Wed Jan 30 12:10:59 GMT 2019
Andreas Tille pushed to branch master at Debian Med / seqan2
Commits:
cc4860c2 by Andreas Tille at 2019-01-29T21:36:33Z
debhelper 12
- - - - -
07dc714d by Andreas Tille at 2019-01-29T21:38:29Z
Standards-Version: 4.3.0
- - - - -
e3d452ea by Andreas Tille at 2019-01-30T10:08:38Z
Document reson for exclusion of tests
- - - - -
d19c2803 by Andreas Tille at 2019-01-30T12:08:01Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-seqan2 (2.4.0+dfsg-10) UNRELEASED; urgency=medium
+seqan2 (2.4.0+dfsg-10) unstable; urgency=medium
[ Michael R. Crusoe ]
* debian/patches/ia64_yield: Fix thread wait assembly for IA64.
@@ -7,8 +7,10 @@ seqan2 (2.4.0+dfsg-10) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Ignore two tests on armhf and one test on mips to let the build
succeed on these architectures
+ * debhelper 12
+ * Standards-Version: 4.3.0
- -- Andreas Tille <tille at debian.org> Tue, 29 Jan 2019 22:34:34 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 29 Jan 2019 22:38:30 +0100
seqan2 (2.4.0+dfsg-9) unstable; urgency=medium
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
Kevin Murray <spam at kdmurray.id.au>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper (>= 12~),
python,
cmake,
fakeroot
@@ -15,7 +15,7 @@ Build-Depends-Arch: zlib1g-dev,
libboost-dev,
help2man,
ctdconverter
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/seqan2
Vcs-Git: https://salsa.debian.org/med-team/seqan2.git
Homepage: http://www.seqan.de/
=====================================
debian/rules
=====================================
@@ -44,12 +44,17 @@ pkgdev=libseqan2-dev
override_dh_auto_configure-arch:
ifeq ($(DEB_HOST_ARCH),armhf)
+ # The following tests FAILED:
+ # 46 - test_test_index_crosscompare_dna (Bus error)
+ # 52 - test_test_index_fm_rank_dictionary (Bus error)
sed -i \
-e 'g/ test_test_index_crosscompare_dna /d' \
-e 'g/ test_test_index_fm_rank_dictionary //d' \
tests/index/CMakeLists.txt
endif
ifeq ($(DEB_HOST_ARCH),mips)
+ # The following tests FAILED:
+ # 7 - test_align_parallel_data_structures (Child aborted)
sed -i \
-e 'g/ test_align_parallel_data_structures /d' \
tests/index/CMakeLists.txt
View it on GitLab: https://salsa.debian.org/med-team/seqan2/compare/4e307f7f0daa60774739f2c3ba8c42a4d7bb95ed...d19c2803a500cc933499ac54f7e19202608dccbb
--
View it on GitLab: https://salsa.debian.org/med-team/seqan2/compare/4e307f7f0daa60774739f2c3ba8c42a4d7bb95ed...d19c2803a500cc933499ac54f7e19202608dccbb
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/20190130/42506e4f/attachment-0001.html>
More information about the debian-med-commit
mailing list