[med-svn] [Git][med-team/salmon][master] Fix FTBFS when using the nocheck build profile. Closes: #1103327.
Santiago Vila (@sanvila)
gitlab at salsa.debian.org
Tue Nov 11 22:23:44 GMT 2025
Santiago Vila pushed to branch master at Debian Med / salmon
Commits:
9caae798 by Santiago Vila at 2025-11-11T23:23:07+01:00
Fix FTBFS when using the nocheck build profile. Closes: #1103327.
d/install: Do not install the outcome of running the tests.
d/rules: Uncompress sample_data.tgz if required.
- - - - -
2 changed files:
- debian/install
- debian/rules
Changes:
=====================================
debian/install
=====================================
@@ -1,2 +1,2 @@
#build/src/sailfish usr/lib/salmon
-obj-*/Testing/Temporary/*l* usr/share/salmon/build-test-logs
+#obj-*/Testing/Temporary/*l* usr/share/salmon/build-test-logs
=====================================
debian/rules
=====================================
@@ -56,6 +56,10 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test --no-parallel
endif
+override_dh_installexamples:
+ [ -d sample_data ] || tar xzvf sample_data.tgz
+ dh_installexamples
+
override_dh_auto_clean:
dh_auto_clean
rm -rf external
View it on GitLab: https://salsa.debian.org/med-team/salmon/-/commit/9caae798030067bdae79e6a49e1655dad80df80e
--
View it on GitLab: https://salsa.debian.org/med-team/salmon/-/commit/9caae798030067bdae79e6a49e1655dad80df80e
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/20251111/10aa774e/attachment.htm>
More information about the debian-med-commit
mailing list