change fuzz factor from default 2 to 1 on patch appliance.

may need a rediff of various patches,
but catches from nasty surprises

svn path=/trunk/kernel/source/linux-2.6/; revision=3910
This commit is contained in:
maximilian attems 2005-08-16 07:56:59 +00:00
parent c481f68276
commit 39e4560574
2 changed files with 3 additions and 1 deletions

2
debian/bin/apply vendored
View File

@ -40,7 +40,7 @@ find_patch() {
apply_patch() {
patch=$(find_patch $home/$1)
base=$1
if uncompress_patch "$patch" | patch -p1 -f -s -t --no-backup-if-mismatch; then
if uncompress_patch "$patch" | patch -p1 --fuzz=1 -f -s -t --no-backup-if-mismatch; then
printf "%-${length}s\tOK (+)\n" "$base"
else
printf "%-${length}s\tFAIL (+)\n" "$base"

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux-2.6 (2.6.12-5) UNRELEASED; urgency=low
* Add transitional meta packages (kernel-image-2.6-*) for ia64.
(dann frazier)
* Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
-- dann frazier <dannf@debian.org> Mon, 15 Aug 2005 17:24:52 -0600
linux-2.6 (2.6.12-4) unstable; urgency=low