[Debian-med-packaging] Bug#990730: unblock: resfinder/3.2-3
Nilesh Patra
nilesh at debian.org
Mon Jul 5 20:28:12 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 resfinder
[ Reason ]
resfinder is an unusable package w/o having a Depends on
python3-distutils
It also fixes the corresponding RC bug #990726
[ 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 resfinder/3.2-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 resfinder-3.2/debian/changelog resfinder-3.2/debian/changelog
--- resfinder-3.2/debian/changelog 2020-03-03 11:12:37.000000000 +0530
+++ resfinder-3.2/debian/changelog 2021-07-06 00:05:05.000000000 +0530
@@ -1,3 +1,13 @@
+resfinder (3.2-3) unstable; urgency=medium
+
+ * Team Upload.
+ * d/control: Add Missing Depends on python3-distutils
+ (Closes: #990726)
+ * d/p/fix_syntaxwarning.patch: Fix syntax warning for
+ literal comparison
+
+ -- Nilesh Patra <nilesh at debian.org> Tue, 06 Jul 2021 00:05:05 +0530
+
resfinder (3.2-2) unstable; urgency=medium
[ Nilesh Patra ]
diff -Nru resfinder-3.2/debian/control resfinder-3.2/debian/control
--- resfinder-3.2/debian/control 2020-03-03 11:12:37.000000000 +0530
+++ resfinder-3.2/debian/control 2021-07-06 00:01:06.000000000 +0530
@@ -19,7 +19,8 @@
resfinder-db,
python3-cgecore,
python3-tabulate,
- ncbi-blast+-legacy
+ ncbi-blast+-legacy,
+ python3-distutils
Description: identify acquired antimicrobial resistance genes
ResFinder identifies acquired antimicrobial resistance genes in total or
partial sequenced isolates of bacteria.
diff -Nru resfinder-3.2/debian/patches/fix_syntaxwarning.patch resfinder-3.2/debian/patches/fix_syntaxwarning.patch
--- resfinder-3.2/debian/patches/fix_syntaxwarning.patch 1970-01-01 05:30:00.000000000 +0530
+++ resfinder-3.2/debian/patches/fix_syntaxwarning.patch 2021-07-06 00:04:19.000000000 +0530
@@ -0,0 +1,14 @@
+Description: Use == instead of is
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-07-05
+--- a/resfinder.py
++++ b/resfinder.py
+@@ -364,7 +364,7 @@
+ """
+ """
+ # Check if databases and config file are correct/correponds
+- if databases is '':
++ if databases == '':
+ sys.exit("Input Error: No database was specified!\n")
+ elif databases is None:
+ # Choose all available databases from the config file
diff -Nru resfinder-3.2/debian/patches/series resfinder-3.2/debian/patches/series
--- resfinder-3.2/debian/patches/series 1970-01-01 05:30:00.000000000 +0530
+++ resfinder-3.2/debian/patches/series 2021-07-06 00:03:19.000000000 +0530
@@ -0,0 +1 @@
+fix_syntaxwarning.patch
diff -Nru resfinder-3.2/debian/tests/control resfinder-3.2/debian/tests/control
--- resfinder-3.2/debian/tests/control 2020-03-03 11:12:37.000000000 +0530
+++ resfinder-3.2/debian/tests/control 2021-07-06 00:01:06.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