Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
This commit is contained in:
parent
f84a199744
commit
6abd503b95
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -8,6 +8,7 @@ nagios-snmp-plugins (2.1.0-2) UNRELEASED; urgency=medium
|
||||||
* debian/copyright: use spaces rather than tabs to start continuation
|
* debian/copyright: use spaces rather than tabs to start continuation
|
||||||
lines.
|
lines.
|
||||||
* Bump debhelper from deprecated 5 to 12.
|
* Bump debhelper from deprecated 5 to 12.
|
||||||
|
* Set debhelper-compat version in Build-Depends.
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Wed, 23 Jan 2019 22:34:43 +0100
|
-- Jan Wagner <waja@cyconet.org> Wed, 23 Jan 2019 22:34:43 +0100
|
||||||
|
|
||||||
|
|
1
debian/compat
vendored
1
debian/compat
vendored
|
@ -1 +0,0 @@
|
||||||
12
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||||
Uploaders: Jan Wagner <waja@cyconet.org>
|
Uploaders: Jan Wagner <waja@cyconet.org>
|
||||||
Build-Depends: debhelper (>= 12~)
|
Build-Depends: debhelper-compat (= 12)
|
||||||
Homepage: https://github.com/dnsmichi/manubulon-snmp
|
Homepage: https://github.com/dnsmichi/manubulon-snmp
|
||||||
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins
|
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins
|
||||||
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins.git
|
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins.git
|
||||||
|
|
Loading…
Reference in a new issue