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.
--- 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: