[med-svn] [Git][med-team/metabat][master] 2 commits: d/rules: do not parallelize dh_auto_test.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Nov 8 20:33:02 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / metabat
Commits:
5acb7624 by Étienne Mollier at 2023-11-08T21:30:38+01:00
d/rules: do not parallelize dh_auto_test.
The test suite produces artifacts used at later stages which are not
properly declared as `make` targets, causing random test failures.
- - - - -
6ca76edd by Étienne Mollier at 2023-11-08T21:32:30+01:00
update changelog
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-metabat (2.17-1) unstable; urgency=medium
+metabat (2.17-1) UNRELEASED; urgency=medium
+ [ Andreas Tille ]
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
* Add python3 explicitly to Depends
- -- Andreas Tille <tille at debian.org> Wed, 08 Nov 2023 16:38:25 +0100
+ [ Étienne Mollier ]
+ * d/rules: do not parallelize dh_auto_test.
+ The test suite produces artifacts used at later stages which are not
+ properly declared as `make` targets, causing random test failures.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 08 Nov 2023 21:32:17 +0100
metabat (2.15-4) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp -a test/contigs_depth.txt obj-$(DEB_BUILD_GNU_TYPE)
- dh_auto_test
+ dh_auto_test --no-parallel
endif
override_dh_install:
View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/b0235b8e96ea7ca9a6b15ed3bc37ae3d2220b477...6ca76edd199aeaeacc9a862143fe6f42dd2d38f5
--
View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/b0235b8e96ea7ca9a6b15ed3bc37ae3d2220b477...6ca76edd199aeaeacc9a862143fe6f42dd2d38f5
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/20231108/439db540/attachment-0001.htm>
More information about the debian-med-commit
mailing list