From f35d0a76d3f0d0ee0d2e500f7d17a72cb6ce2a7b Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 12 Dec 2018 22:50:56 +0100 Subject: [PATCH] debian: don't install ssd & daemons.conf ssd is unused and duplicates a system tool. daemons.conf is deprecated. Signed-off-by: David Lamparter --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index c8d9634ca5..9a52a18c56 100755 --- a/debian/rules +++ b/debian/rules @@ -82,10 +82,12 @@ endif # install config files mkdir -p debian/tmp/etc/frr/ sed -e 's#^!log file #!log file /var/log/frr/#' -i debian/tmp/usr/share/doc/frr/examples/*sample* + -rm debian/tmp/etc/frr/daemons.conf # drop dev-only files find debian/tmp -name '*.la' -o -name '*.a' -o -name 'lib*.so' | xargs rm -f rm -rf debian/tmp/usr/include + -rm debian/tmp/usr/lib/frr/ssd # use installed js libraries -rm -f debian/tmp/usr/share/doc/frr/html/_static/jquery.js -- 2.39.5