Debian package changes
* debian/control: - Switch VCS-URL and VCS-Browser to new URLs - Bump Standards-Version to 4.5.1 - Update to debhelper 12 * debian/compat: - bump compat to 12
This commit is contained in:
parent
e9c845d0d9
commit
b614468676
3 changed files with 11 additions and 6 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,6 +1,11 @@
|
||||||
nagios-check-xmppng (0.3.2-1) UNRELEASED; urgency=medium
|
nagios-check-xmppng (0.3.2-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream version
|
* 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
|
||||||
|
|
||||||
-- Jan Dittberner <jandd@debian.org> Sun, 07 Mar 2021 14:23:19 +0100
|
-- Jan Dittberner <jandd@debian.org> Sun, 07 Mar 2021 14:23:19 +0100
|
||||||
|
|
||||||
|
|
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
9
|
12
|
||||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -1,12 +1,12 @@
|
||||||
Source: nagios-check-xmppng
|
Source: nagios-check-xmppng
|
||||||
Section: net
|
Section: net
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Maintainer: Jan Dittberner <jandd@debian.org>
|
Maintainer: Jan Dittberner <jandd@debian.org>
|
||||||
Homepage: https://exchange.icinga.org/jandd/check_xmppng
|
Homepage: https://exchange.icinga.org/jandd/check_xmppng
|
||||||
Build-Depends: debhelper (>= 9)
|
Build-Depends: debhelper (>= 12)
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 4.5.1
|
||||||
Vcs-Browser: https://git.dittberner.info/?p=check_xmpp.git
|
Vcs-Browser: https://git.dittberner.info/jan/check_xmppng
|
||||||
Vcs-Git: https://git.dittberner.info/check_xmpp.git -b debian
|
Vcs-Git: https://git.dittberner.info/jan/check_xmpp.git -b debian
|
||||||
|
|
||||||
Package: nagios-check-xmppng
|
Package: nagios-check-xmppng
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
Loading…
Reference in a new issue