Your message dated Mon, 19 Jan 2009 00:22:16 +0100
with message-id <[email protected]>
and subject line Re: Bug#264439: filterdiff could read exclusions or inclusions 
from a file
has caused the Debian Bug report #264439,
regarding filterdiff could read exclusions or inclusions from a file
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.)


-- 
264439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=264439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: patchutils
Version: 0.2.30-1
Severity: wishlist

Hi,

I'm currently fooling around with making kernel-source-2.4.27 package
and I need to rediff a lot of patches. So I'm currently bruteforcing it
by patching it, looking at the failures, and excluding them for later.
I have a file 'wontpatch' which I generated by doing

patch --dry-run -p1 < debian/patches/patch-2.4.26-1 2>&1 |
awk '/saving rejects to/ { gsub(".rej$", "", $12); print $12 }' >
wontpatch

and that file now contains

drivers/char/drm/drmP.h
drivers/hotplug/Makefile
drivers/ide/Config.in
drivers/ide/ide-disk.c
drivers/sound/i810_audio.c
drivers/usb/hiddev.c
include/linux/rtnetlink.h
net/Makefile
net/ipv4/netfilter/ipt_MASQUERADE.c
net/ipv6/udp.c

If I could recreate the diff without those files by just passing an arg
to that file, that would be awesome.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-rc3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages patchutils depends on:
ii  debianutils                 2.8.4        Miscellaneous utilities specific t
ii  libc6                       2.3.2.ds1-15 GNU C Library: Shared libraries an
ii  patch                       2.5.9-2      Apply a diff file to an original
ii  perl                        5.8.4-2      Larry Wall's Practical Extraction 

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.3.0-1

New filterdiff options:

OPTIONS
       -I FILE
           Include only files matching any pattern listed in FILE, one pattern 
per
           line. All other lines in the input are suppressed.

       -X FILE
           Exclude files matching any pattern listed in FILE, one pattern per 
line. All
           other lines in the input are displayed.

Christoph
-- 
[email protected] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to