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

This commit is contained in:
Richard Aas 2017-09-22 12:03:39 +02:00 committed by Alfred E. Heggestad
parent 26cb607fb6
commit 958fd5e132

View file

@ -749,7 +749,7 @@ 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.log debian/*.substvars
# RPM
RPM := $(shell [ -d /usr/src/rpm ] 2>/dev/null && echo "rpm")