Compare commits

..

No commits in common. "debian" and "master" have entirely different histories.

10 changed files with 0 additions and 138 deletions

59
debian/changelog vendored
View file

@ -1,59 +0,0 @@
nagios-check-xmppng (0.3.3-1) unstable; urgency=medium
* New upstream version
-- Jan Dittberner <jandd@debian.org> Fri, 04 Aug 2023 20:14:49 +0200
nagios-check-xmppng (0.3.2-3) unstable; urgency=medium
* Source only upload for migration to testing
-- Jan Dittberner <jandd@debian.org> Mon, 08 Mar 2021 18:24:39 +0100
nagios-check-xmppng (0.3.2-2) unstable; urgency=medium
* Re-upload to unstable
-- Jan Dittberner <jandd@debian.org> Sun, 07 Mar 2021 15:17:20 +0100
nagios-check-xmppng (0.3.2-1) experimental; urgency=medium
* New upstream version
* debian/control:
- Change priority from deprecated extra to optional
- Switch VCS-URL and VCS-Browser to new URLs
- Bump Standards-Version to 4.5.1
- Update to debhelper 12
* add debian/watch
* Fix "Don't depend on nagios3 which has been removed from unstable"
by dropping the nagios3 suggests (Closes: #846873)
* Fix "Change icinga dependency to icinga2" by dropping the icinga suggests
(Closes: #933258)
-- Jan Dittberner <jandd@debian.org> Sun, 07 Mar 2021 15:00:32 +0100
nagios-check-xmppng (0.3.0-1) unstable; urgency=medium
* New upstream version
* Bump Standards-Version to 3.9.8 (no changes)
-- Jan Dittberner <jandd@debian.org> Sat, 18 Jun 2016 22:37:06 +0200
nagios-check-xmppng (0.2.1-1) unstable; urgency=medium
* New upstream version
* Update copyright years
-- Jan Dittberner <jandd@debian.org> Sat, 23 Jan 2016 21:27:59 +0100
nagios-check-xmppng (0.2-1) unstable; urgency=medium
* New upstream version
-- Jan Dittberner <jandd@debian.org> Wed, 30 Dec 2015 11:22:18 +0100
nagios-check-xmppng (0.1.2-1) unstable; urgency=medium
* Initial release. (Closes: #777732)
-- Jan Dittberner <jandd@debian.org> Thu, 12 Feb 2015 00:49:30 +0100

1
debian/compat vendored
View file

@ -1 +0,0 @@
12

30
debian/control vendored
View file

@ -1,30 +0,0 @@
Source: nagios-check-xmppng
Section: net
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Homepage: https://exchange.icinga.org/jandd/check_xmppng
Build-Depends: debhelper (>= 12)
Standards-Version: 4.5.1
Vcs-Browser: https://git.dittberner.info/jan/check_xmppng
Vcs-Git: https://git.dittberner.info/jan/check_xmpp.git -b debian
Package: nagios-check-xmppng
Architecture: all
Depends: python3 (>= 3.4),
python3-defusedxml (>= 0.4.1),
python3-nagiosplugin (>= 1.2.2),
${misc:Depends}
Suggests: icinga2
Description: monitoring plugin to check XMPP servers
a nagios compatible check plugin for XMPP servers implementing the XMPP
protocol as specified in RFC 6120.
.
The plugin provides the following features:
.
- check client to server (C2S) as well as server to server (S2S) ports
- check XMPP servers on IPv6 and IPv4 addresses
- support STARTTLS as specified in RFC 6120 section 5.
- check the validity of the server certificate presented by the XMPP server
.
The plugin has been implemented because of insufficiencies in the existing
check_ssl_cert and check_xmpp plugins.

24
debian/copyright vendored
View file

@ -1,24 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: check_xmppng
Upstream-Contact: Jan Dittberner <jan@dittberner.info>
Source: https://git.dittberner.info/?p=check_xmpp.git
Files: *
Copyright: 2015-2016 Jan Dittberner
License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.

1
debian/docs vendored
View file

@ -1 +0,0 @@
README.md

8
debian/gbp.conf vendored
View file

@ -1,8 +0,0 @@
[DEFAULT]
debian-branch = debian
upstream-branch = master
upstream-tag = %(version)s
no-create-orig = True
[import-orig]
pristine-tar = False

1
debian/install vendored
View file

@ -1 +0,0 @@
check_xmppng /usr/lib/nagios/plugins/

10
debian/rules vendored
View file

@ -1,10 +0,0 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
override_dh_installchangelogs:
dh_installchangelogs changes.md
%:
dh $@

View file

@ -1 +0,0 @@
3.0 (quilt)

3
debian/watch vendored
View file

@ -1,3 +0,0 @@
version=4
https://git.dittberner.info/jan/check_xmppng/releases \
/jan/check_xmppng/archive/([\d\.]+)\.tar\.gz