[Debian-med-packaging] Bug#990731: unblock: virulencefinder/2.0.3+git20190809.dde157a-3
Nilesh Patra
nilesh at debian.org
Mon Jul 5 20:37:41 BST 2021
Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock
X-Debbugs-Cc: nilesh at debian.org, debian-med-packaging at lists.alioth.debian.org
Please unblock package virulencefinder
[ Reason ]
virulencefinder is an unusable package w/o having a Depends on
python3-distutils
It also fixes the corresponding RC bug #990728
[ Impact ]
The package will be unusable for bullseye users w/o explicitly
installing python3-distutils on their own
[ Tests ]
The package has autopkgtests which pass
[ Risks ]
No risks, resfinder is a leaf package
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock virulencefinder/2.0.3+git20190809.dde157a-3
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru virulencefinder-2.0.3+git20190809.dde157a/debian/changelog virulencefinder-2.0.3+git20190809.dde157a/debian/changelog
--- virulencefinder-2.0.3+git20190809.dde157a/debian/changelog 2020-03-03 11:39:54.000000000 +0530
+++ virulencefinder-2.0.3+git20190809.dde157a/debian/changelog 2021-07-06 00:36:09.000000000 +0530
@@ -1,3 +1,11 @@
+virulencefinder (2.0.3+git20190809.dde157a-3) unstable; urgency=medium
+
+ * Team Upload.
+ * d/control: Add Missing Depends on python3-distutils
+ (Closes: #990728)
+
+ -- Nilesh Patra <nilesh at debian.org> Tue, 06 Jul 2021 00:36:09 +0530
+
virulencefinder (2.0.3+git20190809.dde157a-2) unstable; urgency=medium
* Team Upload.
diff -Nru virulencefinder-2.0.3+git20190809.dde157a/debian/control virulencefinder-2.0.3+git20190809.dde157a/debian/control
--- virulencefinder-2.0.3+git20190809.dde157a/debian/control 2020-03-03 11:39:54.000000000 +0530
+++ virulencefinder-2.0.3+git20190809.dde157a/debian/control 2021-07-06 00:35:45.000000000 +0530
@@ -23,7 +23,8 @@
python3-tabulate,
python3-cgecore,
ncbi-blast+,
- kma
+ kma,
+ python3-distutils
Description: identify virulence genes in total or partial sequenced isolates of bacteria
The VirulenceFinder service contains one Python script
virulencefinder.py which is the script of the latest version of the
diff -Nru virulencefinder-2.0.3+git20190809.dde157a/debian/tests/control virulencefinder-2.0.3+git20190809.dde157a/debian/tests/control
--- virulencefinder-2.0.3+git20190809.dde157a/debian/tests/control 2020-03-03 11:39:54.000000000 +0530
+++ virulencefinder-2.0.3+git20190809.dde157a/debian/tests/control 2021-07-06 00:35:29.000000000 +0530
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, python3-distutils
+Depends: @
Restrictions: allow-stderr
More information about the Debian-med-packaging
mailing list