diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-27 13:15:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-27 13:15:30 +0100 |
commit | 52213b82d338d5ad52f6434470fbd0c27757c5cc (patch) | |
tree | 276db353f74c905d041634421fb431623e5a529f | |
parent | 5fb01238989a38e55a89f618e57d5477caa4a112 (diff) | |
parent | de524142f79eebd0428a77c3af8c21c5bda5fea1 (diff) |
Merge branch 'release/debian/1.8.19-9'HEADdebian/1.8.19-9master
-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 |