From df86e7ce24cb3f85b54df9f13eccd023facfd931 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 25 Oct 2018 19:44:00 +0200 Subject: [PATCH] debianpkg: fix whitespace Signed-off-by: David Lamparter --- debianpkg/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debianpkg/rules b/debianpkg/rules index 5b9438109e..9baec7d457 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -4,7 +4,7 @@ ###################################### # # WANT_xxxx --> Set to 1 for enable, 0 for disable -# The following are the defaults. They can be overridden by setting a +# The following are the defaults. They can be overridden by setting a # env variable to a different value # -Werror - don't enable this unless you're doing a dev package build @@ -158,17 +158,17 @@ override_dh_auto_install: sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/frr-reload.py - # let dh_systemd_* and dh_installinit do their thing automatically +# let dh_systemd_* and dh_installinit do their thing automatically ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),) cp tools/frr.service debian/frr.service endif cp tools/frr debian/frr.init - # install config files +# install config files mkdir -p debian/tmp/etc/frr/ perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample* - # drop dev-only files +# 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 -- 2.39.5