Your message dated Sun, 08 Jun 2008 12:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468435: fixed in mlocate 0.20-1
has caused the Debian Bug report #468435,
regarding mlocate: more spelling errors in the manpages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468435
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mlocate
Version: 0.18-2
Severity: minor
Tags: patch

Hello,

please find attached a diff against the source package
fixing some spelling mistakes.

I tried to not include the ones in #465200, but since that
diff wasn't against the source I couldn't easily exclude
them.

I basically ran "ispell" with american wordlist over the
files, but what prompted me was noticing "udpatedb" near
the top of updatedb.8. This one was not in the other bug.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mlocate depends on:
ii  adduser                       3.105      add and remove users and groups
ii  libc6                         2.7-6      GNU C Library: Shared libraries

mlocate recommends no packages.

-- no debconf information
diff -ruN mlocate-0.18~/doc/locate.1.in mlocate-0.18/doc/locate.1.in
--- mlocate-0.18~/doc/locate.1.in	2007-08-24 23:38:39.000000000 +0100
+++ mlocate-0.18/doc/locate.1.in	2008-02-28 22:53:59.000000000 +0000
@@ -112,7 +112,7 @@
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Write a summary of the available options to standard output
-and exit sucessfully.
+and exit successfully.
 
 .TP
 \fB\-i\fR, \fB\-\-ignore\-case\fR
@@ -152,7 +152,7 @@
 .SM ASCII NUL
 character instead of
 writing each entry on a separate line.
-This option is designed for interoprerability with the
+This option is designed for inter-operability with the
 .B \-\-null
 option of
 .SM GNU
@@ -191,7 +191,7 @@
 \fB\-V\fR, \fB\-\-version\fR
 Write information about the version and licence of
 .B locate
-on standard output and exit sucessfully.
+on standard output and exit successfully.
 
 .TP
 \fB\-w\fR, \fB\-\-wholename\fR
diff -ruN mlocate-0.18~/doc/updatedb.8.in mlocate-0.18/doc/updatedb.8.in
--- mlocate-0.18~/doc/updatedb.8.in	2007-08-24 23:38:39.000000000 +0100
+++ mlocate-0.18/doc/updatedb.8.in	2008-02-28 22:47:30.000000000 +0000
@@ -19,7 +19,7 @@
 .TH updatedb 8 "Jul 2005" mlocate
 
 .SH NAME
-udpatedb \- update a database for mlocate
+updatedb \- update a database for mlocate
 
 .SH SYNOPSIS
 
@@ -66,13 +66,13 @@
 The whole file system is scanned by default.
 
 .BR locate (1)
-outputs entries as absolute path names which don't contain symblic links,
+outputs entries as absolute path names which don't contain  links,
 regardless of the form of \fIPATH\fR.
 
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Write a summary of the available options to standard output
-and exit sucessfully.
+and exit successfully.
 
 .TP
 \fB\-o\fR, \fB\-\-output\fR \fIFILE\fR
@@ -136,7 +136,7 @@
 \fB\-V\fR, \fB\-\-version\fR
 Write information about the version and licence of
 .B locate
-on standard output and exit sucessfully.
+on standard output and exit successfully.
 
 .SH EXAMPLES
 To create a private mlocate database as an user other than \fBroot\fR,

--- End Message ---
--- Begin Message ---
Source: mlocate
Source-Version: 0.20-1

We believe that the bug you reported is fixed in the latest version of
mlocate, which is due to be installed in the Debian FTP archive:

mlocate_0.20-1.diff.gz
  to pool/main/m/mlocate/mlocate_0.20-1.diff.gz
mlocate_0.20-1.dsc
  to pool/main/m/mlocate/mlocate_0.20-1.dsc
mlocate_0.20-1_i386.deb
  to pool/main/m/mlocate/mlocate_0.20-1_i386.deb
mlocate_0.20.orig.tar.gz
  to pool/main/m/mlocate/mlocate_0.20.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adeodato Simó <[EMAIL PROTECTED]> (supplier of updated mlocate package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 14:02:44 +0200
Source: mlocate
Binary: mlocate
Architecture: source i386
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Adeodato Simó <[EMAIL PROTECTED]>
Changed-By: Adeodato Simó <[EMAIL PROTECTED]>
Description: 
 mlocate    - quickly find files on the filesystem based on their name
Closes: 468435 472116 477157
Changes: 
 mlocate (0.20-1) unstable; urgency=low
 .
   * New upstream release.
     + Fixes more typos in man pages. (Closes: #468435)
 .
   * Use a lock file in the cron.daily script. (Closes: #472116)
 .
   * Check that ionice(1) works before using it for updatedb. ionice reportedly
     does not work in some vservers. (Closes: #477157)
 .
   * Fix watch file to work with the new homepage under Trac.
Checksums-Sha1: 
 70862b76022f0d7d7c45a27bc22d6f0f78bc37b5 1253 mlocate_0.20-1.dsc
 89bb6a1824306f3ed0ad3f5adf510ac6fc720a16 416730 mlocate_0.20.orig.tar.gz
 e5423b2a024d0a2a3ee5c504e3f8b73652a94752 4192 mlocate_0.20-1.diff.gz
 bfd2ab43b1de8e6f8ef50747cbc4edbb5e772e52 63202 mlocate_0.20-1_i386.deb
Checksums-Sha256: 
 ac1766b7b46f25462268a0e79e363356683ef708c110dca2f650f966c4e3db19 1253 
mlocate_0.20-1.dsc
 521dd0e2ce1a513f3c29299deee97e9a055f125f87d061dba674140633a87817 416730 
mlocate_0.20.orig.tar.gz
 b35167ad2e7a41b4b9c375c65afc3d8fda58f7bf85f7695e27f04ccebb03dbb1 4192 
mlocate_0.20-1.diff.gz
 99cadbb6b7b0ae396b8e9242e6a5c38ff338abe6e8fb3e3312afbd74650b07de 63202 
mlocate_0.20-1_i386.deb
Files: 
 27407b6da344fc60f766a9c8abe6233f 1253 utils standard mlocate_0.20-1.dsc
 f2bb537983ae8cd05993706cdfeeca75 416730 utils standard mlocate_0.20.orig.tar.gz
 fc3d234b3216bf3e4198b310bc3c26a0 4192 utils standard mlocate_0.20-1.diff.gz
 386d3300022f0ac141b460d1e42aec55 63202 utils standard mlocate_0.20-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Signed by Adeodato Simó <[EMAIL PROTECTED]>

iEYEARECAAYFAkhLy0QACgkQOzsxEBcMRN16sQCfVFaCAMr4iuleLEWMWZGzgORZ
58UAniLnlhIyb/FIH2iayBVI3w71xjsT
=URKt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to