Hi Andrew,
I rebuild cowdancer with your patch as I also wanted to include ccache as
EXTRAPACKAGES in pbuilderrc.
I don't think the cowdancer argument is properly added to the parsing of
EXTRAPACKAGES though.
When I configure
EXTRAPACKAGES="ccache"
than pbuilder is invoked with "--extrapackages ccache cowdancer" as it
should.
But inside the chroot only ccache is installed and cowdancer is not.
When I configure
EXTRAPACKAGES="cowdancer ccache"
than pbuilder is invoked with "--extrapackages cowdancer ccache cowdancer"
This does install both cowdancer and ccache.
I think the parameter parsing of ADD_PARAM("cowdancer") is not parsed
properly by pc->extrapackages=strdup_strip_quote(...)
Regards,
Olaf