Comment 10 for bug 1015868

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 1015868] Re: Support both Python 2 and Python 3 plugins

On Jun 22, 2012, at 08:34 AM, Dmitrijs Ledkovs wrote:

>That was written before quilt integration moved into dpkg source package
>itself as "3.0 (quilt)" format.
>
>cat debian/source/format
>
>If it has 1.0 or that file doesn't exists, then manually dh $@ --with
>quilt needs to be used and the snippet added to cdbs.
>
>With 3.0 (quilt), dpkg does the patch applying at unpack.
>
>libpeas source package is 3.0 (quilt) format already (to gain .xz
>tarball support).
>
>http://wiki.debian.org/Projects/DebSrc3.0

I'll just note that without adding the dependency and quilt.mk, the patch did
*not* get applied on build. When I noticed this effect, and saw the note in
the cdbs documentation, I added those bits and then the build worked. I
didn't chase it down further (since by all accounts, I was now doing the right
thing) so perhaps there was something else going on.

In any case, if these are no longer necessary, then it's a bug in the cdbs
documentation. I'm not particularly motivated by a love of cdbs to want to
submit a bug report or patch. :)