diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8eb1c79..ee12f83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ipmitool (1.8.19-5) UNRELEASED; urgency=medium - d/t/vbmc-qemu-vm-session.xml: define the qemu vm for qemuvbmc. Thanks to Michal Maloszewski <michal.maloszewski@canonical.com> * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). + * debian/control: Remove obsolete Depend lsb-base. -- Jörg Frings-Fürst <debian@jff.email> Sun, 12 Mar 2023 10:33:42 +0100 diff --git a/debian/control b/debian/control index f157af7..7eeeaa1 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,7 @@ Package: ipmitool Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - lsb-base (>= 3.0-6) + ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Recommends: openipmi |