[Python-modules-commits] [nagiosplugin] 01/11: Fix "python3-nagiosplugin; missing dependencies" by fixing a typo in debian/control stanza (Closes: #867410)

Jan Dittberner jandd at moszumanska.debian.org
Tue Jul 18 13:27:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

jandd pushed a commit to branch master
in repository nagiosplugin.

commit fee36bc5e05c7bec144c742d78b223db8f46cac5
Author: Jan Dittberner <jandd at debian.org>
Date:   Tue Jul 18 14:04:42 2017 +0200

    Fix "python3-nagiosplugin; missing dependencies" by fixing a typo in debian/control stanza (Closes: #867410)
---
 debian/changelog | 5 +++++
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7dee86e..89ba1e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 nagiosplugin (1.2.2-2) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
+  [ Jan Dittberner ]
+  * Fix "python3-nagiosplugin; missing dependencies" by fixing a typo in
+    debian/control stanza (Closes: #867410)
+
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:44:22 +0200
 
 nagiosplugin (1.2.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 26efcd6..0211e92 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: Python class library for writing Nagios (Icinga) plugins (Python 2)
 
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nagiosplugin.git



More information about the Python-modules-commits mailing list