Thanks for the patch! Unfortunately I'm having a bit of trouble with it... Applying it to quilt_0.46-4 gives a bunch of test case failures during the build. Any hints?
[applied.test] Use of uninitialized value in undef operator at ./run line 39. Use of uninitialized value in undef operator at ./run line 39. [1] $ rm -rf d -- ok [2] $ mkdir -p d/patches -- ok [3] $ cd d -- ok [5] $ echo a > a -- ok [6] $ echo b > b -- ok [7] $ diff -u a b > patches/patch -- ok [8] $ echo patch -p0 > patches/series -- ok [9] $ rm -f b -- ok [10] $ quilt push -q -- ok [14] $ quilt pop -q -- ok [18] $ patch -s -p0 < patches/patch -- ok [19] $ quilt push -q -- failed Applying patch patches/patch == Applying patch patches/patch 1 out of 1 hunk FAILED == 1 out of 1 hunk FAILED Now at patch patches/patch != Patch patches/patch can be reverse-applied [24] $ echo patch -p0 -R > patches/series -- ok [25] $ quilt push -q -- failed File series fully applied, ends at patch patches/patch != Applying patch patches/patch ~ != Now at patch patches/patch [29] $ quilt pop -q -- ok [33] $ patch -s -p0 -R < patches/patch -- ok [34] $ quilt push -q -- failed Applying patch patches/patch == Applying patch patches/patch 1 out of 1 hunk FAILED == 1 out of 1 hunk FAILED Now at patch patches/patch != Patch patches/patch can be reverse-applied [39] $ cd .. -- ok [40] $ rm -rf d -- ok 19 commands (16 passed, 3 failed) make[1]: *** [test/.applied.ok] Error 3 make[1]: Leaving directory `/tmp/quilt-0.46' make: *** [debian/stamp-makefile-check] Error 2 [EMAIL PROTECTED]:/tmp/quilt-0.46$ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]