From b10ea9dfab7764fbe3f77ca638a4e207f66ea44e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Nov 2024 09:25:27 +0100 Subject: [PATCH] debian: drop lsb-base dependency for mrouted To run the init script on Debian systems withiout systemd, you need sysvinit-utils, which provides /lib/lsb/init-functions Fixes lintian error. Signed-off-by: Joachim Wiberg --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b9231c5..cab4815 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ mrouted (4.6) stable; urgency=low * Use (S, G) format for all logging * Silence bogus 'Failed MRT_DEL_MFC' warnings for routes never added to the MRIB due to missing reverse path + * Drop lsb-base dependency for mrouted package. To use init script on + non-systemd setups, install sysvinit-utils -- Joachim Wiberg Sun, 10 Nov 2024 09:01:00 +0100 diff --git a/debian/control b/debian/control index 4625493..47eddb9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/troglobit/mrouted.git Package: mrouted Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6) +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Simple multicast routing for UNIX mrouted is the original implementation of the DVMRP multicast routing protocol, RFC 1075.