diff options
Diffstat (limited to 'debian')
| -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 | 
