hi Guido,

sorry for the late reply.

> No configuration on my end. This is quilt 0.63 as in
> stable/testing/unstable.
> 
> Is there any content left in .pc ?

yeah, some hidden files:

bzed@think ~ % cd /tmp
bzed@think /tmp % mkdir foobar-1 
bzed@think /tmp % cd foobar-1 
bzed@think /tmp/foobar-1 % mkdir -p debian/patches
bzed@think /tmp/foobar-1 % quilt new patch1
Patch patch1 is now on top
bzed@think /tmp/foobar-1 % quilt add foo
File foo added to patch patch1
bzed@think /tmp/foobar-1 % echo 1 > foo
bzed@think /tmp/foobar-1 % quilt refresh
Refreshed patch patch1
bzed@think /tmp/foobar-1 % quilt pop -a
Removing patch patch1
Removing foo

No patches applied
bzed@think /tmp/foobar-1 % ls -laR .pc
.pc:
total 12
drwxr-xr-x 2 bzed bzed 62 Nov 28 13:36 .
drwxr-xr-x 4 bzed bzed 29 Nov 28 13:36 ..
-rw-r--r-- 1 bzed bzed 15 Nov 28 13:35 .quilt_patches
-rw-r--r-- 1 bzed bzed  7 Nov 28 13:35 .quilt_series
-rw-r--r-- 1 bzed bzed  2 Nov 28 13:35 .version
bzed@think /tmp/foobar-1 % 


 
> It would actually be nicer to fix this on the quilt side than adding a
> workaround to gbp. 


Indeed!
I think I have a pretty basic quilt config:

QUILT_PUSH_ARGS="--color=auto"
QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
QUILT_DIFF_OPTS='-p'
QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"
QUILT_PATCHES=debian/patches

So I have no real idea why the .pc folder is still there....

Cheers,

Bernd



-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F

Reply via email to