Your message dated Tue, 6 Jul 2021 18:56:02 +0200
with message-id <yoslihvzmjbms...@ramacher.at>
and subject line Re: Bug#990730: unblock: resfinder/3.2-3
has caused the Debian Bug report #990730,
regarding unblock: resfinder/3.2-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
990730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: nil...@debian.org, debian-med-packag...@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
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 <nil...@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 <nil...@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

--- End Message ---
--- Begin Message ---
On 2021-07-06 00:58:12 +0530, Nilesh Patra wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@packages.debian.org
> Usertags: unblock
> X-Debbugs-Cc: nil...@debian.org, debian-med-packag...@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

Aged to 7 days.

Cheers

> 
> [ 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

> 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 <nil...@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 <nil...@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


-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to