Debian Bug report logs - #476218
/usr/bin/find: Patch for man page

version graph

Package: findutils; Maintainer for findutils is Andreas Metzler <ametzler@debian.org>; Source for findutils is src:findutils (PTS, buildd, popcon).

Reported by: "Ph. Marek" <philipp.marek@bmlv.gv.at>

Date: Tue, 15 Apr 2008 07:00:01 UTC

Severity: minor

Tags: patch

Found in version findutils/4.4.0-2

Fixed in version findutils/4.4.1-1

Done: Andreas Metzler <ametzler@debian.org>

Bug is archived. No further changes may be made.

Forwarded to http://savannah.gnu.org/bugs/?22920

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, philipp.marek@bmlv.gv.at, Andreas Metzler <ametzler@debian.org>:
Bug#476218; Package findutils. (full text, mbox, link).


Acknowledgement sent to "Ph. Marek" <philipp.marek@bmlv.gv.at>:
New Bug report received and forwarded. Copy sent to philipp.marek@bmlv.gv.at, Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: "Ph. Marek" <philipp.marek@bmlv.gv.at>
To: submit@bugs.debian.org
Subject: /usr/bin/find: Patch for man page
Date: Tue, 15 Apr 2008 08:55:09 +0200
X-Reportbug-Version: 3.39-0.1
X-Debbugs-Cc: philipp.marek@bmlv.gv.at
Package: findutils
Version: 4.4.0-2
Severity: minor
File: /usr/bin/find
Tags: patch

There's a bug in the manual page regarding the escape sequences; it's not "\", 
it's "\0".
	$ find /dev/bus/usb/001/001 -printf "\\" | od -Ax -tx1 -tc
	find: warning: unrecognized escape "\"
	000000 5c 00 00 00 00 00 00 00 00 00
	         \  \0  \0  \0  \0  \0  \0  \0  \0  \0
	00000a

correct:
	$ find /dev/bus/usb/001/001 -printf "\\0" | od -Ax -tx1 -tc
	000000 00
	        \0
	000001


Here's a patch:


# diff -u find.1.orig find.1
--- find.1.orig 2008-04-03 19:41:22.000000000 +0200
+++ find.1      2008-04-15 08:51:46.000000000 +0200
@@ -1164,7 +1164,7 @@
 Horizontal tab.
 .IP \ev
 Vertical tab.
-.IP \e\0
+.IP \e0
 ASCII NUL.
 .IP \e\e
 A literal backslash (`\e').



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to de_AT.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages findutils depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries

findutils recommends no packages.

-- no debconf information




Noted your statement that Bug has been forwarded to http://savannah.gnu.org/bugs/?22920. Request was from Andreas Metzler <ametzler@debian.org> to control@bugs.debian.org. (Tue, 15 Apr 2008 17:57:05 GMT) (full text, mbox, link).


Reply sent to Andreas Metzler <ametzler@debian.org>:
You have taken responsibility. (Sat, 25 Apr 2009 09:15:04 GMT) (full text, mbox, link).


Notification sent to "Ph. Marek" <philipp.marek@bmlv.gv.at>:
Bug acknowledged by developer. (Sat, 25 Apr 2009 09:15:05 GMT) (full text, mbox, link).


Message #12 received at 476218-close@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <ametzler@debian.org>
To: 476218-close@bugs.debian.org
Subject: Bug#476218: fixed in findutils 4.4.1-1
Date: Sat, 25 Apr 2009 09:02:13 +0000
Source: findutils
Source-Version: 4.4.1-1

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

findutils_4.4.1-1.diff.gz
  to pool/main/f/findutils/findutils_4.4.1-1.diff.gz
findutils_4.4.1-1.dsc
  to pool/main/f/findutils/findutils_4.4.1-1.dsc
findutils_4.4.1-1_i386.deb
  to pool/main/f/findutils/findutils_4.4.1-1_i386.deb
findutils_4.4.1.orig.tar.gz
  to pool/main/f/findutils/findutils_4.4.1.orig.tar.gz
locate_4.4.1-1_i386.deb
  to pool/main/f/findutils/locate_4.4.1-1_i386.deb



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 476218@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametzler@debian.org> (supplier of updated findutils 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Sat, 25 Apr 2009 10:13:14 +0200
Source: findutils
Binary: findutils locate
Architecture: source i386
Version: 4.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <ametzler@debian.org>
Changed-By: Andreas Metzler <ametzler@debian.org>
Description: 
 findutils  - utilities for finding files--find, xargs
 locate     - maintain and query an index of a directory tree
Closes: 476218 478005 518120 525263
Changes: 
 findutils (4.4.1-1) unstable; urgency=low
 .
   * New upstream maintenance release.
     + Drop 10_unnecessary_tempfile.dpatch, applied upstream.
     + Drops duplicate filesystem proc in PRUNEFS. Closes: #518120
     + Correct code for displaying \0 in find.1. Closes: #476218
     + Updates documentation for find -perm /mode. Closes: #478005
   * Standards-Version 3.8.1.
     + Add support for DEB_BUILD_OPTIONS=nocheck.
   * Use filter instead of findstring when checking for
     DEB_BUILD_OPTIONS=noopt.
   * Fix typo "diagnositcs" in docs. Closes: #525263
   * Update copyright stanza in debian/copyright.
Checksums-Sha1: 
 621a3186a1876b4249eb3aaa2ca5e1caa56642de 1234 findutils_4.4.1-1.dsc
 01c494cdabb8fc19d4b5d95a58bf99e2e0ab305d 2143440 findutils_4.4.1.orig.tar.gz
 381681178e2fcef66c013cad2dc8a831ac3f78ab 20725 findutils_4.4.1-1.diff.gz
 b36b3d0dbcea6315472b34294a0046e1f37af873 597458 findutils_4.4.1-1_i386.deb
 0d89d87fb6c2d97b8e5faeeb76bb7bcd35bbe8af 151636 locate_4.4.1-1_i386.deb
Checksums-Sha256: 
 0a541e9a5595e1ec824bffc0b02d342678ad9b0c5fac54da2e07b41241eb506f 1234 findutils_4.4.1-1.dsc
 77a5b85d7fe0dd9c1093e010b61f765707364ec2c89c4f432c1c616215bcc138 2143440 findutils_4.4.1.orig.tar.gz
 2ddac5553cb4cc0cb05923dbf2f2c13b800fda6d57800f63824db8018b9e7c35 20725 findutils_4.4.1-1.diff.gz
 1f8b0bb82ef93383c3189649ca4b05f1a9f7789befb0a1e2b89ccdc19b7e717b 597458 findutils_4.4.1-1_i386.deb
 6b445f9a3c0b90796875d54cb9a6f1dc336494fbb5bad64d8e22b0d133d186df 151636 locate_4.4.1-1_i386.deb
Files: 
 a30d1177a6e4ead220a4eea8f938720f 1234 utils required findutils_4.4.1-1.dsc
 5883f569dc021eee765f330bb7a3782d 2143440 utils required findutils_4.4.1.orig.tar.gz
 c5dbd9b04d38c45cbd66b54627a2edda 20725 utils required findutils_4.4.1-1.diff.gz
 7092d772d6b7d573a026873cc987da1f 597458 utils required findutils_4.4.1-1_i386.deb
 5980997c77417e62b7aa5a55e18c4132 151636 utils optional locate_4.4.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknyym0ACgkQHTOcZYuNdmPKJQCfTMu+G2ahUfQEfmRmjCsmykL+
rd8AoILlHJL6I6wMQbefrVKzqWzEREFm
=cF+g
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 03 Jun 2009 07:30:26 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Dec 23 16:24:32 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.