From 759a4f5f4595d3a5089517529dcb193535449804 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 21 Oct 2013 17:05:42 -0700
Subject: [PATCH] fix clean to remove nscd binary

---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

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
 
-- 
2.39.5