diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 14:44:41 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 14:44:41 +0100 |
| commit | 69f1c1f109732cd873e266551f0a4bab8602afe6 (patch) | |
| tree | f2be6670180444ed179f94cb90df151107308c21 /debian | |
| parent | ef87e02dab6184e81a19a02f7dd2a4f50698a64c (diff) | |
d/control: Add version to Depend init-system-helpers
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6bf33a8..fcacc1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ipmiutil (3.2.2-1) UNRELEASED; urgency=medium + + * New upstream release. + * debian/control: + - Add version to Depend init-system-helpers. + + -- Jörg Frings-Fürst <debian@jff.email> Tue, 10 Mar 2026 14:13:36 +0100 + ipmiutil (3.2.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 42d81e1..2ccb8f5 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, anacron, - init-system-helpers, + init-system-helpers (>= 1.69), rpcbind Pre-Depends: ${misc:Pre-Depends}, |
