From 1eed8adb20056f78508e875d6dd06ceb00814737 Mon Sep 17 00:00:00 2001 From: don Date: Sat, 28 Jan 2012 17:50:47 +0000 Subject: [PATCH] Actually distribute the nscd binary and configuration file (Closes: #657721) and locate a brown paper bag. --- debian/changelog | 7 +++++++ debian/rules | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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 -- 2.39.2