--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package nagiosplugin/1.2.2-1+deb9u1
- From: Adrian Bunk <bunk@debian.org>
- Date: Mon, 19 Mar 2018 21:56:16 +0200
- Message-id: <152148937612.16606.7930218102849757108.reportbug@localhost>
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu
Fix the dependencies of python3-nagiosplugin from empty to:
Depends: python3:any (>= 3.3.2-2~)
diff -Nru nagiosplugin-1.2.2/debian/changelog nagiosplugin-1.2.2/debian/changelog
--- nagiosplugin-1.2.2/debian/changelog 2014-06-04 22:16:17.000000000 +0300
+++ nagiosplugin-1.2.2/debian/changelog 2018-03-19 21:47:27.000000000 +0200
@@ -1,3 +1,10 @@
+nagiosplugin (1.2.2-1+deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * * Fix the python3-nagiosplugin dependencies. (Closes: #867410)
+
+ -- Adrian Bunk <bunk@debian.org> Mon, 19 Mar 2018 21:47:27 +0200
+
nagiosplugin (1.2.2-1) unstable; urgency=medium
* New upstream release
diff -Nru nagiosplugin-1.2.2/debian/control nagiosplugin-1.2.2/debian/control
--- nagiosplugin-1.2.2/debian/control 2014-03-20 06:42:36.000000000 +0200
+++ nagiosplugin-1.2.2/debian/control 2018-03-19 21:47:25.000000000 +0200
@@ -42,7 +42,7 @@
Package: python3-nagiosplugin
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Python class library for writing Nagios (Icinga) plugins (Python 3)
nagiosplugin is a Python class library which helps writing Nagios
(or Icinga) compatible plugins easily in Python. It cares for much of
--- End Message ---
--- Begin Message ---
- To: Adrian Bunk <bunk@debian.org>, 893545-done@bugs.debian.org
- Subject: Re: Bug#893545: stretch-pu: package nagiosplugin/1.2.2-1+deb9u1
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 26 Apr 2020 17:59:37 +0200
- Message-id: <20200426155937.GA12007@chou>
- In-reply-to: <152148937612.16606.7930218102849757108.reportbug@localhost>
- References: <152148937612.16606.7930218102849757108.reportbug@localhost>
On Mon, Mar 19, 2018 at 09:56:16PM +0200, Adrian Bunk wrote:
> Package: release.debian.org
> Severity: normal
> Tags: stretch
> User: release.debian.org@packages.debian.org
> Usertags: pu
>
> Fix the dependencies of python3-nagiosplugin from empty to:
> Depends: python3:any (>= 3.3.2-2~)
Hopefully anyone affected worked around this issue already; I'm going to
call this wontfix for stretch at this late stage. Apologies for the
delay.
Cheers,
Julien
--- End Message ---