From 144c64a0ed00fe81bcb6af97a1e08c779559716b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 6 Jun 2023 09:56:12 +0200 Subject: [PATCH] buildsys: drop sysv init script, support systemd only noticed by the skip-systemd-native-flag-missing-pre-depends lintian warning. And yeah, we really should merge upstream debian/ into ours and then use the latter as canonical source. Signed-off-by: Thomas Lamprecht --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8796ca2..d26be04 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ $(BUILDDIR): submodule debian/changelog rm -rf $@ $@.tmp cp -a $(SRCDIR) $@.tmp rm $@.tmp/debian/changelog $@.tmp/debian/compat + sed -i '/frrinit\.sh/d' $@.tmp/debian/rules cp -a debian/* $@.tmp/debian/ mv $@.tmp $@