summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1999-01-31 02:25:44 +0000
committerKevin Dalley <kevin@seti.org>1999-01-31 02:25:44 +0000
commit6fded9cd2de1ef867b348e3ab590025f169e2350 (patch)
tree194af110b683fa6227f2b97548345a4e9f0cee47
parente7dd8819607a73cf7ba6ad6125e76eb4fff0bffa (diff)
downloadfindutils-6fded9cd2de1ef867b348e3ab590025f169e2350.tar.gz
*** empty log message ***FINDUTILS_4_1-34
-rw-r--r--debian/changelog12
-rw-r--r--debian/substvars2
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2891465a..a67dbd65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+findutils (4.1-34) unstable; urgency=low
+
+ * removed cron.updatedb (fixes bug #31300).
+ * added const to declaration of basename, which should satisfy Linux as
+ well as Hurd (fixes bug #31325).
+ * added /var/spool to PRUNEPATHS in updatedb.conf so that /var/spool is
+ not scanned by updatedb (fixes bug #31301).
+
+ -- Kevin Dalley <kevind@rahul.net> Sat, 30 Jan 1999 16:51:34 -0800
+
findutils (4.1-33) frozen unstable; urgency=low
* re to remove predependency problem with a specific version libc6.
@@ -9,7 +19,7 @@ findutils (4.1-32) frozen unstable; urgency=low
* added documentation for the environment variables PRUNEPATHS, PRUNEFS,
and NETPATHS for updatedb in find.texi and updatedb.1. Added
documentation for --prunefs in updatedb. (fixes bug #29755).
- * link ChangeLog.gz to changelog.gz, to following policy manual.
+ * link ChangeLog.gz to changelog.gz, to follow policy manual.
-- Kevin Dalley <kevind@rahul.net> Fri, 4 Dec 1998 23:17:57 -0800
diff --git a/debian/substvars b/debian/substvars
index 81c50e26..cb02041f 100644
--- a/debian/substvars
+++ b/debian/substvars
@@ -1 +1 @@
-shlibs:Depends=libc6
+shlibs:Pre-Depends=libc6