diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 5 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index f0208ab..f4075c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmitool (1.8.16-1) UNRELEASED; urgency=medium +ipmitool (1.8.16-1) unstable; urgency=medium    * New upstream release (Closes: #810827).      - fix does not fall back to IPv4 for IPMI v2 / RMCP+ sessions  @@ -8,11 +8,13 @@ ipmitool (1.8.16-1) UNRELEASED; urgency=medium    * debian/control:      - Bump Standards-Version to 3.9.7 (no changes required).      - Change Vcs-* and homepage to secure uri. +    - Add [!hurd-i386] to libfreeipmi-dev because freeipmi +      isn't available at hurd-i386 (Closes: #815443).    * debian/watch: Bump Version to 4 (no changes required).    * New debian/patches/0105-typo.patch to fix some typos.    * Renew debian/patches/0605-manpage_typo.patch. - -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sat, 20 Feb 2016 02:13:33 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 23 Feb 2016 07:07:52 +0100  ipmitool (1.8.15-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index e147809..b7dbf58 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends:   debhelper (>> 9),   dh-systemd (>= 1.5),   libncurses-dev, - libfreeipmi-dev, + libfreeipmi-dev [!hurd-i386],   libreadline-dev,   libssl-dev  Standards-Version: 3.9.7 | 
