From: don Date: Sat, 28 Jan 2012 17:50:47 +0000 (+0000) Subject: Actually distribute the nscd binary and configuration file (Closes: X-Git-Tag: debian/0.51-1~12 X-Git-Url: https://git.donarmstrong.com/?p=unscd.git;a=commitdiff_plain;h=1eed8adb20056f78508e875d6dd06ceb00814737 Actually distribute the nscd binary and configuration file (Closes: #657721) and locate a brown paper bag. --- diff --git a/debian/changelog b/debian/changelog index decd10f..b24d8da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +unscd (0.48-2) unstable; urgency=low + + * Actually distribute the nscd binary and configuration file (Closes: + #657721) and locate a brown paper bag. + + -- Don Armstrong Sat, 28 Jan 2012 09:27:24 -0800 + unscd (0.48-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index 317a807..ca4fcbd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c override_dh_auto_install: - $(INSTALL) -d debian/unscd/usr/sbin/ - $(INSTALL) -t debian/unscd/usr/sbin/ nscd - $(INSTALL) -d debian/unscd/etc/ - $(INSTALL) -m644 -t debian/unscd/etc/ debian/nscd.conf + install -d debian/unscd/usr/sbin/ + install -t debian/unscd/usr/sbin/ nscd + install -d debian/unscd/etc/ + install -m644 -t debian/unscd/etc/ debian/nscd.conf