[Pkg-nagios-changes] [pkg-check-mk] 01/01: switch to python2 due to upstream bugs
Matt Taggart
taggart at moszumanska.debian.org
Fri Aug 11 17:35:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit 860d9706f93c2f9fada4b2f73d29a916a2de19d1
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 11 10:35:11 2017 -0700
switch to python2 due to upstream bugs
---
debian/control | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 886187f..03ad335 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Alexander Wirt <formorer at debian.org>,
Thomas Bechtold <toabctl at debian.org>,
Ilya Rassadin <elcamlost at gmail.com>,
Matt Taggart <taggart at debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python3, dpatch, librrd-dev, libboost-dev, libboost-system-dev
+Build-Depends: debhelper (>= 9), dh-python, python, dpatch, librrd-dev, libboost-dev, libboost-system-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-check-mk.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-check-mk.git
@@ -120,7 +120,7 @@ Description: general purpose monitoring plugin for retrieving data (documentatio
Package: check-mk-common
Architecture: all
Section: python
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: general purpose monitoring plugin for retrieving data (common libraries)
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
diff --git a/debian/rules b/debian/rules
index e6d6d28..af8f7c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,7 +125,7 @@ binary-indep: build install
dh_installchangelogs -i ChangeLog
dh_installexamples -i
dh_install -i
- dh_python3 /usr/share/check_mk
+ dh_python2 /usr/share/check_mk
dh_installman -i
dh_link -i
dh_strip -i
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list