diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f106013..e8be157 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ipmitool (1.8.11-2) unstable; urgency=low * Fix password reading (Patch from Kris Popendorf <08kcn0b02@sneakemail.com> closes: #559363) + * Remove libreadline5-dev dependency in favour of libreadline-dev + (Closes: #553788) -- Matthew Johnson <mjj29@debian.org> Sun, 06 Dec 2009 00:05:49 +0000 diff --git a/debian/control b/debian/control index b8ccdce..230107e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ipmitool Section: utils Priority: optional Maintainer: Matthew Johnson <mjj29@debian.org> -Build-Depends: debhelper (>> 5.0.0), libreadline5-dev | libreadline-dev, libssl-dev, quilt, autotools-dev +Build-Depends: debhelper (>> 5.0.0), libreadline-dev, libssl-dev, quilt, autotools-dev Standards-Version: 3.8.0 Package: ipmitool |