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/rules | |
| parent | fbeed1987853afcbcb615a150d36cc54f961a415 (diff) | |
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/rules')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c35b46cf4e..0b70d35b80 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  | 
