On Mon, 23 Nov 2009, Bastian Blank wrote:
> The quilt usage in the "3.0 (quilt)" format is incompatible with normal
> quilt. It uses debian/patches instead of patches.
And what I am supposed to do?
Ask quilt to use debian/patches and be done with it? Shall we document
this in dpkg-source(1) ?
$ cat /home/rhertzog/.quiltrc
for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
export QUILT_PATCHES=debian/patches
break
fi
done
[...]
Cheers,
--
Raphaƫl Hertzog
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]