diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-09 13:18:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-09 13:18:49 +0200 |
commit | 6aa13c673b1346b1132b9cf87f801c13c4857a29 (patch) | |
tree | 6e832100d2b1da06af66855b879f29418997c493 | |
parent | 73c7f4e920e8b571cf7f21c56752d0e82b2b9610 (diff) |
Add requested version for lsb-base; Bump compat to 10
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index a81d3a8..0b98e54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ ipmitool (1.8.18-1) UNRELEASED; urgency=medium - * New upstream release. + * New upstream release (Closes: #837164). * Refresh patches: - 0115-typo.patch - 0500-fix_CVE-2011-4339.patch + * Bump compat to 10: + - Change debian/compat to 10. + - Change debhelper version at debian/control to >= 10. + * debian/control: + - Add requested version for lsb-base to prevent lintian error. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 09 Oct 2016 09:20:49 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index dcf4f7d..62bb397 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: - debhelper (>> 9), + debhelper (>> 10), dh-autoreconf, dh-systemd (>= 1.5), libncurses-dev, @@ -20,7 +20,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - lsb-base + lsb-base (>= 3.0-6) Recommends: openipmi Description: utility for IPMI control with kernel driver or LAN interface (daemon) A utility for managing and configuring devices that support the |