[Debian-med-packaging] Bug#1076914: q2-quality-control: FTBFS with the nocheck build profile

Santiago Vila sanvila at debian.org
Thu Sep 25 19:04:40 BST 2025


tags 1076914 patch
thanks

Hi. The attached trivial patch should fix this.

Unfortunately, the package does not pass the autopkgtests, so this is
as far as I could go. The tracker page says this:

A new upstream version is available: 2025.7.0

so maybe things should work better in such version.

Thanks.
-------------- next part --------------
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 
 execute_after_dh_install:
-	rm -v $(CURDIR)/debian/*/usr/lib/python3*/dist-packages/run_decontam.R
+	rm -f $(CURDIR)/debian/*/usr/lib/python3*/dist-packages/run_decontam.R
 	find debian -name q2-quality-control.egg-link -delete
 
 override_dh_auto_clean:


More information about the Debian-med-packaging mailing list