From 8aa0ccb438bbdd4e69e1fd7285eea0d17273a04e Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 21 Dec 1996 20:58:12 +0000 Subject: [PATCH] install conffiles, which was lost during update --- debian/changelog | 7 +++++++ debian/rules | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1317ef0..3496343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +findutils (4.1-14) stable unstable; urgency=low + + * install conffiles so that find is a conffile (this was last during the + standards-version update + + -- Kevin Dalley Sat, 21 Dec 1996 12:54:46 -0800 + findutils (4.1-13) stable unstable; urgency=HIGH * fixes bug which prevents locate from running in previous diff --git a/debian/rules b/debian/rules index 73274e9..d9eae3f 100755 --- a/debian/rules +++ b/debian/rules @@ -50,8 +50,8 @@ binary-arch: checkroot build install -d debian/tmp/var install -d debian/tmp/var/lib install -d -g nogroup -m 2755 -o nobody debian/tmp/var/lib/locate - cp debian/{postinst,postrm,preinst} debian/tmp/DEBIAN/. - chmod +x debian/tmp/DEBIAN/{postinst,postrm,preinst} + cp debian/{postinst,postrm,preinst,conffiles} debian/tmp/DEBIAN/. + chmod +x debian/tmp/DEBIAN/{postinst,postrm,preinst,conffiles} cp debian/cron.find debian/tmp/etc/cron.daily/find chmod +x debian/cron.find debian/tmp/etc/cron.daily/find $(MAKE) prefix=`pwd`/debian/tmp/usr \ -- 2.11.4.GIT