ant: Fix debian-clean for bionic

It was calling `dh $@ --with systemd,bash-completion,quilt`
and failing due to trying to reset the patches.
This commit is contained in:
2021-01-26 20:45:35 +01:00
parent 6ab0bd2f89
commit c19df57e48

1
debian/rules vendored
View File

@@ -54,6 +54,7 @@ endif
dh $@ --with systemd,bash-completion,quilt
clean: createcopyright
dh $@ --with systemd,bash-completion
override_dh_auto_clean:
-[ -r $(CURDIR)/debian/routerversion.java.bak ] && mv -f $(CURDIR)/debian/routerversion.java.bak $(ROUTERVERSION)