From 3b044da7d639949938797ef1bef8655603c84d64 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Tue, 31 Oct 2000 08:10:51 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 3 ++- aclocal.m4 | 23 ++++++++++++----------- configure | 4 ++-- debian/changelog | 39 ++++++++++++++++++++------------------- 4 files changed, 36 insertions(+), 33 deletions(-) diff --git a/Makefile.in b/Makefile.in index c8103af5..a659d932 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ # Makefile.in generated automatically by automake 1.4a from Makefile.am -# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/aclocal.m4 b/aclocal.m4 index 736e2bb5..4c797ccc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,14 +1,15 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4a +# aclocal.m4 generated automatically by aclocal 1.4a -dnl Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without -dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A -dnl PARTICULAR PURPOSE. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. # Like AC_CONFIG_HEADER, but automatically create stamp file. @@ -67,7 +68,7 @@ AC_DEFUN([AM_INIT_AUTOMAKE], [dnl We require 2.13 because we rely on SHELL being computed by configure. AC_REQUIRE([AC_PROG_INSTALL])dnl # test to see if srcdir already configured -if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" && +if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi @@ -175,7 +176,7 @@ AC_SUBST(install_sh)]) # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [ test x"${MISSING+set}" = xset || \ - MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing" + MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" # Use eval to expand $SHELL if eval "$MISSING --run :"; then am_missing_run="$MISSING --run " diff --git a/configure b/configure index f992a683..c24c9c8d 100755 --- a/configure +++ b/configure @@ -844,7 +844,7 @@ test "$program_suffix" != NONE && test "$program_transform_name" = "" && program_transform_name="s,x,x," test x"${MISSING+set}" = xset || \ - MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing" + MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" # Use eval to expand $SHELL if eval "$MISSING --run :"; then am_missing_run="$MISSING --run " @@ -947,7 +947,7 @@ else fi # test to see if srcdir already configured -if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" && +if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } fi diff --git a/debian/changelog b/debian/changelog index 366df26a..246c2fba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,34 +1,35 @@ findutils (4.1.6-1) unstable; urgency=low - * new alpha release. locate --ignore-case is available. + * find/find.c (process_path): fix problem with "-depth" which is tested + in depth.exp test. (closes: 69782). + + * new alpha release. locate --ignore-case is done. + + + * some patches for ignoring case have been added. (closes: #19563). + * fixed problems with brace expansion in debian/rules (closes: #71827) - -- Kevin Dalley Wed, 11 Oct 2000 23:45:07 -0700 - -findutils (4.1.5-2) unstable; urgency=low - - * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes: + * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes: #69529). - -- Kevin Dalley Thu, 24 Aug 2000 02:56:10 -0700 - -findutils (4.1.5-1) unstable; urgency=low - * Update to a new alpha release. - -- Kevin Dalley Fri, 12 May 2000 21:19:36 -0700 - -findutils (4.1.4-1) unstable; urgency=low - * update to new alpha release. - -- Kevin Dalley Sun, 20 Feb 2000 03:48:05 +0000 - -findutils (4.1.3-1) unstable; urgency=low - * testing out 4.1.3, with internationalization. + + * added devpts to PRUNEFS in updatedb.conf (closes: #65503). + + * fixes bug described as follows: When 'find' looks for a fstype, it + parses the /etc/mtab until it finds the good line. But, if there is, + before the good line, a line whose mountpoint is unreachable, it + fails. (closes: #40245). - -- Kevin Dalley Sat, 22 Jan 2000 01:09:14 -0800 + * fixed problem with strange behavior with "-name" and "-iname" (closes: + #63270). + + -- Kevin Dalley Mon, 30 Oct 2000 23:48:26 -0800 findutils (4.1-38) frozen unstable; urgency=low