diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-24 08:10:07 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-24 08:10:07 +0100 |
commit | de524142f79eebd0428a77c3af8c21c5bda5fea1 (patch) | |
tree | 276db353f74c905d041634421fb431623e5a529f | |
parent | d47bd31b9bd3b3a4fb20932c14300946199fe533 (diff) |
d/control: Remove anacron and wget from Depends
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d07714b..2d9311f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ipmitool (1.8.19-9) unstable; urgency=medium + + * debian/control: + - Remove anacron and wget from Depends (Closes: #1101149). + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 24 Mar 2025 08:08:38 +0100 + ipmitool (1.8.19-8) unstable; urgency=medium * New debian/patches/0130-chassis_bootparam.patch (Closes: #1099886). diff --git a/debian/control b/debian/control index 560b25e..ba868b8 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,7 @@ Package: ipmitool Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - anacron, - wget + ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Recommends: openipmi |