Rob Browning <[email protected]> writes: > $ cd deb && quilt pop -a > Patch add-unix-to-cpp-undefs.diff does not remove cleanly (refresh it or > enforce with -f) > > I don't know that it's relevant, but I believe the exact same command > worked a few weeks ago, before I updated to current unstable.
I forgot about my .quiltrc (taken from maint guide some while back): # Based on: # http://www.debian.org/doc/manuals/maint-guide/ch-modify.en.html#s-quiltrc d=. while [ ! -d "$d/debian" -a `readlink -e $d` != / ]; do d="$d/.." done if [ -d "$d/debian" ]; then export QUILT_PATCHES=debian/patches if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches fi fi QUILT_PATCH_OPTS="--unified-reject-files" QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto" QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33" Moving that out of the way fixes the problem. I assume something must have changed during my recent unstable dist-upgrade that has caused the problem. I just tried the current code at that url, and it also causes quilt pop -a to fail. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

