From: Don Armstrong Date: Tue, 22 Oct 2013 00:05:42 +0000 (-0700) Subject: fix clean to remove nscd binary X-Git-Tag: debian/0.51-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=refs%2Ftags%2Fdebian%2F0.51-1;p=unscd.git fix clean to remove nscd binary --- diff --git a/debian/rules b/debian/rules index ca4fcbd..b935689 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ %: dh $@ +override_dh_auto_clean: + rm -f nscd + dh_auto_clean + override_dh_auto_build: gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c