make target debclean: update to reflect recent debhelper changes (#82)

This commit is contained in:
Richard Aas 2017-09-23 17:07:42 +02:00 committed by Alfred E. Heggestad
parent 5253266a68
commit 5fc85e9ff2

View file

@ -749,7 +749,8 @@ deb:
debclean:
@rm -rf build-stamp configure-stamp debian/files debian/$(PROJECT) \
debian/lib$(PROJECT) debian/lib$(PROJECT)-dev debian/tmp \
debian/.debhelper debian/*.debhelper.log debian/*.substvars
debian/.debhelper debian/*.debhelper debian/*.debhelper.log \
debian/*.substvars
# RPM
RPM := $(shell [ -d /usr/src/rpm ] 2>/dev/null && echo "rpm")