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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit