[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-plugins-contrib][master] 6 commits: Finally rename package to monitoring-plugins-contrib.
Bernd Zeimetz
gitlab at salsa.debian.org
Fri May 8 13:54:01 BST 2020
Bernd Zeimetz pushed to branch master at Debian Nagios Maintainer Group / pkg-nagios-plugins-contrib
Commits:
10a786e2 by Bernd Zeimetz at 2020-05-08T14:36:40+02:00
Finally rename package to monitoring-plugins-contrib.
- - - - -
17545b19 by Bernd Zeimetz at 2020-05-08T14:37:05+02:00
Auto update of debian/control
- - - - -
7d9ebed2 by Bernd Zeimetz at 2020-05-08T14:52:49+02:00
Add copyright for check_chrony
- - - - -
0a22adfd by Bernd Zeimetz at 2020-05-08T14:52:49+02:00
Auto update of debian/copyright
- - - - -
a8421e28 by Bernd Zeimetz at 2020-05-08T14:52:49+02:00
run with python3
- - - - -
e701ccb3 by Bernd Zeimetz at 2020-05-08T14:53:27+02:00
Updating changelog
- - - - -
6 changed files:
- + check_chrony/copyright
- debian/changelog
- debian/control
- debian/control.in
- debian/copyright
- debian/rules
Changes:
=====================================
check_chrony/copyright
=====================================
@@ -0,0 +1,21 @@
+Copyright 2019 Bernd Zeimetz <bernd at bzed.de>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
=====================================
debian/changelog
=====================================
@@ -1,3 +1,27 @@
+nagios-plugins-contrib (26.20200508) unstable; urgency=medium
+
+ * Major changes:
+ - Getting rid of python2 (Closes: #937103)
+ - Renaming the package to monitoring-plugins-contrib
+
+ * [360f98c] Add check_chrony
+ * [2191f5e] Package check_chrony
+ * [d2a2f4b] Migrating check_graphite to python3
+ * [43c2d9a] Migrating check_mongodb to python3
+ * [76b2a87] Migrating percona-nagios-plugins to python3
+ * [c4f0215] Ignore the redhat folder
+ * [b832621] Auto update of debian/control
+ * [1d1a668] Depend on python3
+ * [b84f5ad] Auto update of debian/control
+ * [4aa823b] check_email_delivery/check_smtp_send: support hello option
+ * [10a786e] Finally rename package to monitoring-plugins-contrib.
+ * [17545b1] Auto update of debian/control
+ * [7d9ebed] Add copyright for check_chrony
+ * [0a22adf] Auto update of debian/copyright
+ * [a8421e2] run with python3
+
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 08 May 2020 14:52:55 +0200
+
nagios-plugins-contrib (25.20191015+2) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/control
=====================================
@@ -12,15 +12,18 @@ Standards-Version: 4.4.1.0
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib.git
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib
-Package: nagios-plugins-contrib
+Package: monitoring-plugins-contrib
Architecture: any
Depends: ${misc:Depends}
Recommends: libsocket-perl, libmonitoring-plugin-perl | libnagios-plugin-perl, libnet-snmp-perl, whois, nagios-plugins-basic, libnet-dns-perl, libdate-manip-perl, libmonitoring-plugin-perl | libnagios-plugin-perl (>= 0.31), libnet-cups-perl, debsecan, libio-socket-ssl-perl, libmail-imapclient-perl, libnet-smtp-tls-perl, libnet-smtp-ssl-perl, libnet-ssleay-perl, libnet-smtpauth-perl, bind9-host | knot-host, python3, liblocale-gettext-perl, liblwp-useragent-determined-perl, snmp, freeipmi-tools, libipc-run-perl, lsof, libyaml-syck-perl, libxml-simple-perl, python3-pymongo, libdbd-mysql-perl, libreadonly-perl, libdata-validate-domain-perl, libdata-validate-ip-perl, libredis-perl, libnet-snmp-perl (>= 5), libtimedate-perl, curl, file, openssl, libwebinject-perl, libnet-dns-sec-perl, ruby | ruby-interpreter, binutils,
${perl:Depends},
${python:Depends},
${shlibs:Depends}
+Provides: nagios-plugins-contrib
+Replaces: nagios-plugins-contrib (<< 26)
+Breaks: nagios-plugins-contrib (<< 26)
Suggests: backuppc, perl-doc, libsys-virt-perl, cciss-vol-status (>= 1.10), mpt-status, smstools (>= 3~), expect, nagios-plugin-check-multi, moreutils, percona-toolkit, python3, python3-pymongo, python3-boto
-Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard
+Enhances: monitoring-plugins, monitoring-plugins-basic, monitoring-plugins-standard
Description: Plugins for nagios compatible monitoring systems
This package provides various plugins for Nagios compatible monitoring
systems like Nagios and Icinga.
@@ -222,3 +225,11 @@ Description: Plugins for nagios compatible monitoring systems
.
Some scripts and binaries need more packages installed to work, which is
implemented as recommends.
+
+Package: nagios-plugins-contrib
+Architecture: any
+Depends: monitoring-plugins-contrib
+Description: Transitional package for monitoring-plugins-contrib
+ nagios-plugins-contrib was renamed to monitoring-plugins-contrib.
+ .
+ This is a transitional package. It can safely be removed.
=====================================
debian/control.in
=====================================
@@ -12,15 +12,18 @@ Standards-Version: 4.4.1.0
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib.git
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib
-Package: nagios-plugins-contrib
+Package: monitoring-plugins-contrib
Architecture: any
Depends: ${misc:Depends}
Recommends: #AUTO_UPDATE_Recommends#,
${perl:Depends},
${python:Depends},
${shlibs:Depends}
+Provides: nagios-plugins-contrib
+Replaces: nagios-plugins-contrib (<< 26)
+Breaks: nagios-plugins-contrib (<< 26)
Suggests: #AUTO_UPDATE_Suggests#
-Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard
+Enhances: monitoring-plugins, monitoring-plugins-basic, monitoring-plugins-standard
Description: Plugins for nagios compatible monitoring systems
This package provides various plugins for Nagios compatible monitoring
systems like Nagios and Icinga.
@@ -30,3 +33,11 @@ Description: Plugins for nagios compatible monitoring systems
.
Some scripts and binaries need more packages installed to work, which is
implemented as recommends.
+
+Package: nagios-plugins-contrib
+Architecture: any
+Depends: monitoring-plugins-contrib
+Description: Transitional package for monitoring-plugins-contrib
+ nagios-plugins-contrib was renamed to monitoring-plugins-contrib.
+ .
+ This is a transitional package. It can safely be removed.
=====================================
debian/copyright
=====================================
@@ -107,6 +107,33 @@ check_checksums:
+------------------------------------------------------------------------------
+
+check_chrony:
+
+ Copyright 2019 Bernd Zeimetz <bernd at bzed.de>
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
------------------------------------------------------------------------------
check_clamav:
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ PACKAGING_HELPER = /usr/bin/python3 $(CURDIR)/debian/packaging-helper.py
clean: debian/copyright debian/control debian/tests/control
- dh $@ --with quilt,python2
+ dh $@ --with quilt,python3
rm -f debian/README.Debian.plugins
CONTROL_FILES := $(shell for p in $(PLUGINS); do echo $$p/control; done)
@@ -35,7 +35,7 @@ debian/tests/control: debian/packaging-helper.py $(TESTS_FILES)
%:
- dh $@ --with quilt,python2
+ dh $@ --with quilt,python3
watch:
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/compare/4aa823b4759b3c2076fece65196e263994b57c2b...e701ccb32a443343a0ec36368f50ddb2b71ddde0
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/compare/4aa823b4759b3c2076fece65196e263994b57c2b...e701ccb32a443343a0ec36368f50ddb2b71ddde0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20200508/aaee920f/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list