diff options
author | David Lamparter <equinox@diac24.net> | 2018-12-10 22:46:55 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:31:18 +0100 |
commit | 4741497b946a300bedcd5cf2a587e93cb721f308 (patch) | |
tree | 6c285266c29365e6befa08647ed2b27ff4638b7e /debian | |
parent | doc: drop deprecated Ubuntu 12.04 docs (diff) | |
download | frr-4741497b946a300bedcd5cf2a587e93cb721f308.tar.xz frr-4741497b946a300bedcd5cf2a587e93cb721f308.zip |
debian: clean up debian/ directory for git build
Running `dpkg-buildpackage` with source-format "git" complains about
newly created files under debian/. Remove the build-created frr.init &
frr.service to avoid the build erroring out due to this.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c35b46cf4..0b70d35b8 100755 --- a/debian/rules +++ b/debian/rules @@ -105,3 +105,5 @@ override_dh_auto_clean: # we generally do NOT want a full distclean since that wipes both # debian/changelog and config.version if test -f Makefile; then make redistclean; fi + -rm -f debian/frr.init + -rm -f debian/frr.service |