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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-06 09:56:12 +02:00
parent 411eb18222
commit 144c64a0ed

View File

@ -33,6 +33,7 @@ $(BUILDDIR): submodule debian/changelog
rm -rf $@ $@.tmp rm -rf $@ $@.tmp
cp -a $(SRCDIR) $@.tmp cp -a $(SRCDIR) $@.tmp
rm $@.tmp/debian/changelog $@.tmp/debian/compat rm $@.tmp/debian/changelog $@.tmp/debian/compat
sed -i '/frrinit\.sh/d' $@.tmp/debian/rules
cp -a debian/* $@.tmp/debian/ cp -a debian/* $@.tmp/debian/
mv $@.tmp $@ mv $@.tmp $@