diff -u findutils-4.4.0/debian/changelog findutils-4.4.0/debian/changelog --- findutils-4.4.0/debian/changelog +++ findutils-4.4.0/debian/changelog @@ -1,3 +1,13 @@ +findutils (4.4.0-2ubuntu3) intrepid; urgency=low + + * fixes for find/find.1: + - fix escape of null character for the \0 option in find/find.1 + (LP: #68852)[debian/patches/11_nullescape.dpatch] + - fix "seach" typo in find/find.1 + (LP: #202431)[debian/patches/12_seachtypo.dpatch] + + -- Bobby R. Ward Wed, 02 Jul 2008 23:26:41 -0500 + findutils (4.4.0-2ubuntu2) intrepid; urgency=low * No-change rebuild. Last Friday, xargs suddenly broke for no apparent diff -u findutils-4.4.0/debian/patches/00list findutils-4.4.0/debian/patches/00list --- findutils-4.4.0/debian/patches/00list +++ findutils-4.4.0/debian/patches/00list @@ -1,0 +2,2 @@ +11_nullescape +12_seachtypo only in patch2: unchanged: --- findutils-4.4.0.orig/debian/patches/11_nullescape.dpatch +++ findutils-4.4.0/debian/patches/11_nullescape.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## nullescape.dpatch by Bobby R. Ward +## +## DP: Fix the escape of the null character in find.1 + +@DPATCH@ +diff -urNad findutils-4.2.32~/find/find.1 findutils-4.2.32/find/find.1 +--- findutils-4.2.32~/find/find.1 2007-04-15 14:04:34.000000000 -0500 ++++ findutils-4.2.32/find/find.1 2008-04-08 01:38:10.000000000 -0500 +@@ -1164,7 +1164,7 @@ + Horizontal tab. + .IP \ev + Vertical tab. +-.IP \e\0 ++.IP \e0 + ASCII NUL. + .IP \e\e + A literal backslash (`\e'). only in patch2: unchanged: --- findutils-4.4.0.orig/debian/patches/12_seachtypo.dpatch +++ findutils-4.4.0/debian/patches/12_seachtypo.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 12_seachtypo.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix the "seach" typo in find.1 + +@DPATCH@ +diff -urNad findutils-4.4.0~/find/find.1 findutils-4.4.0/find/find.1 +--- findutils-4.4.0~/find/find.1 2008-07-02 23:32:10.000000000 -0500 ++++ findutils-4.4.0/find/find.1 2008-07-02 23:32:40.000000000 -0500 +@@ -21,7 +21,7 @@ + If you are using + .B find + in an environment where security is important (for example if you are +-using it to seach directories that are writable by other users), you ++using it to search directories that are writable by other users), you + should read the "Security Considerations" chapter of the findutils + documentation, which is called \fBFinding Files\fP and comes with + findutils. That document also includes a lot more detail