[med-svn] [Git][med-team/kallisto][master] 2 commits: d/rules: change dh_auto_test rule from an override to an execute_after to...
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Mar 7 11:31:34 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / kallisto
Commits:
4d938785 by Michael R. Crusoe at 2024-03-07T12:29:13+01:00
d/rules: change dh_auto_test rule from an override to an execute_after to remove the need to check DEB_BUILD_OPTIONS.
- - - - -
9c2e7089 by Michael R. Crusoe at 2024-03-07T12:31:17+01:00
d/control: fix type in architecture-properties provision name.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,8 @@ kallisto (0.50.1+dfsg-2) UNRELEASED; urgency=medium
* Team upload.
* d/control: simplify architecture specifications by using provisions
from the architecture-properties package.
+ * d/rules: change dh_auto_test rule from an override to an
+ execute_after to remove the need to check DEB_BUILD_OPTIONS.
-- Michael R. Crusoe <crusoe at debian.org> Thu, 07 Mar 2024 12:02:02 +0100
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- architecture-is-64-bits,
+ architecture-is-64-bit,
catch2,
cmake,
libbifrost-dev,
=====================================
debian/rules
=====================================
@@ -14,7 +14,6 @@ CMAKE_EXTRA_FLAGS += -DDEBIAN_BUILD=1 \
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
-override_dh_auto_test:
- dh_auto_test
+execute_after_dh_auto_test:
cd test && PATH=$$(find ../obj-* -name src):$(PATH) HOME=$$(mktemp --directory) snakemake --cores 1
rm -rf test/.snakemake test/bus_out test/quant_out/run_info.json test/transcripts.kidx.gz
View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/compare/678b7524140cfc68fa0d174981a1aa28037fe225...9c2e7089547e88d209ccd52dbb08b33295103e10
--
View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/compare/678b7524140cfc68fa0d174981a1aa28037fe225...9c2e7089547e88d209ccd52dbb08b33295103e10
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/20240307/b539dff2/attachment-0001.htm>
More information about the debian-med-commit
mailing list