]> git.proxmox.com Git - mirror_frr.git/commitdiff
debianpkg: fix whitespace
authorDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 17:44:00 +0000 (19:44 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 19 Feb 2019 20:30:52 +0000 (21:30 +0100)
Signed-off-by: David Lamparter <equinox@diac24.net>
debianpkg/rules

index 5b9438109ec6f09dd0a4e4d185d008eeb466c966..9baec7d457a2aa25abe6d79d03c045027968d941 100755 (executable)
@@ -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