summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>2000-10-10 01:03:35 +0000
committerKevin Dalley <kevin@seti.org>2000-10-10 01:03:35 +0000
commit94d8c0ff32231e95bddde07ec2b73bf001fb344a (patch)
tree6dbb4d138659faa29174fe1ea1541d238c3376cf /debian
parentf1903efa5e0ef38fea2c6ada731e84f4f15fbae8 (diff)
downloadfindutils-94d8c0ff32231e95bddde07ec2b73bf001fb344a.tar.gz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO1
-rw-r--r--debian/changelog59
-rw-r--r--debian/control2
-rw-r--r--debian/copyright8
-rw-r--r--debian/doc-base10
-rwxr-xr-xdebian/postinst12
-rwxr-xr-xdebian/prerm11
-rw-r--r--debian/substvars2
8 files changed, 95 insertions, 10 deletions
diff --git a/debian/TODO b/debian/TODO
index f2b47db3..e69de29b 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1 +0,0 @@
-consider adding ncpfs to PRUNEFS, also add smb
diff --git a/debian/changelog b/debian/changelog
index a67dbd65..b070509d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,62 @@
+findutils (4.1.5.1-1) unstable; urgency=low
+
+ * some patches for ignoring case have been added.
+ * fixed problems with brace expansion in debian/rules (closes: #71827)
+
+ -- Kevin Dalley <kevind@rahul.net> Mon, 2 Oct 2000 17:34:13 -0700
+
+findutils (4.1.5-2) unstable; urgency=low
+
+ * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes:
+ #69529).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 24 Aug 2000 02:56:10 -0700
+
+findutils (4.1.5-1) unstable; urgency=low
+
+ * Update to a new alpha release.
+
+ -- Kevin Dalley <kevind@rahul.net> Fri, 12 May 2000 21:19:36 -0700
+
+findutils (4.1.4-1) unstable; urgency=low
+
+ * update to new alpha release.
+
+ -- Kevin Dalley <kevind@rahul.net> Sun, 20 Feb 2000 03:48:05 +0000
+
+findutils (4.1.3-1) unstable; urgency=low
+
+ * testing out 4.1.3, with internationalization.
+
+ -- Kevin Dalley <kevind@rahul.net> Sat, 22 Jan 2000 01:09:14 -0800
+
+findutils (4.1-38) frozen unstable; urgency=low
+
+ * debian/updatedb.conf: removed second occurrence of smbfs, added
+ coda (closes: #56612, #28453).
+ * fixed problem with xargs sysconf(_SC_ARG_MAX) returning -1 (closes:
+ #31325).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 24 Feb 2000 15:25:57 +0000
+
+findutils (4.1-37) frozen unstable; urgency=low
+
+ * reverted to maintainer release, fixed last NMU bugs (closes: #55417,
+ #55551).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 20 Jan 2000 09:52:59 -0800
+
+findutils (4.1-36) unstable; urgency=low
+
+ * add ncpfs and smbfs to PRUNEFS (closes: #28453).
+ * update Standards-Version to 3.1.1.0
+ * corrected copyright reference
+ * updated dpkg-gencontrol options to provide section and priority
+ * 4.1-35 was not accepted, for undetermined reasons, uploaded 4.1-36,
+ with additional changes
+
+ -- Kevin Dalley <kevind@rahul.net> Sun, 16 Jan 2000 13:58:54 -0800
+
findutils (4.1-34) unstable; urgency=low
* removed cron.updatedb (fixes bug #31300).
diff --git a/debian/control b/debian/control
index 0112a4d8..2eaae75e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: findutils
Section: base
Priority: required
Maintainer: Kevin Dalley <kevind@rahul.net>
-Standards-Version: 2.4.0.0
+Standards-Version: 3.1.1.0
Package: findutils
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 0c27681f..1f46bf6e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ idea for `find -print0' and `xargs -0' came from Dan Bernstein.
This package was put together by Ian Murdock <imurdock@debian.org>,
from sources obtained from:
- prep.ai.mit.edu:/pub/gnu/findutils-4.1.tar.gz
+ ftp.gnu.org:/pub/gnu/findutils-4.1.tar.gz
Changes:
* added Debian GNU/Linux package maintenance system files
@@ -16,8 +16,8 @@ Changes:
* fixed locate, and removed declaration of various string functions
* add "--existing" option to locate to ignore files which no longer exist
-GNU findutils are Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software
-Foundation, Inc.
+GNU findutils are Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999,
+2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -36,4 +36,4 @@ Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/doc/copyright/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/doc-base b/debian/doc-base
new file mode 100644
index 00000000..e79d9a9f
--- /dev/null
+++ b/debian/doc-base
@@ -0,0 +1,10 @@
+Document: findutils
+Title: findutils
+Abstract: utilities for finding files--find, xargs, and locate
+ These utilities find files meeting specified criteria and perform
+ various actions on the files which are found.
+Section: Apps/Tools
+
+Format: info
+Index: /usr/share/info/find.info.gz
+Files: /usr/share/info/find.info*
diff --git a/debian/postinst b/debian/postinst
index 74366373..9abc64c1 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,8 +2,16 @@
set -e
-install-info --quiet --section "General commands" "General commands" \
- /usr/info/find.info.gz
+if [ "$1" = "configure" ]; then
+ install-info --quiet --section "General commands" "General commands" \
+ /usr/share/info/find.info.gz
+ if [ -d /usr/doc -a ! -e /usr/doc/findutils -a -d /usr/share/doc/findutils ]; then
+ ln -sf ../share/doc/findutils /usr/doc
+ fi
+ if command -v install-docs > /dev/null 2>&1; then
+ install-docs -i /usr/share/doc-base/findutils
+ fi
+fi
# In older releases, /var/lib/locate was owned by nobody
# findutils_4.1-12 installed /var/lib/locate as root:root
diff --git a/debian/prerm b/debian/prerm
index 702bd222..b74412f0 100755
--- a/debian/prerm
+++ b/debian/prerm
@@ -2,4 +2,13 @@
set -e
-install-info --quiet --remove find
+if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/findutils ]; then
+ rm -f /usr/doc/findutils
+fi
+
+if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
+ install-info --quiet --remove find
+ if command -v install-docs > /dev/null 2>&1; then
+ install-docs -r findutils || true
+ fi
+fi
diff --git a/debian/substvars b/debian/substvars
index cb02041f..464c9202 100644
--- a/debian/substvars
+++ b/debian/substvars
@@ -1 +1 @@
-shlibs:Pre-Depends=libc6
+shlibs:Pre-Depends=libc6 (>= 2.1.2)