Hi, On Wed, 23 Dec 2009, Tommi Vainikainen wrote: > when working with bzr-builddeb and '3.0 (quilt)' package format, I > noticed that in some cases it is possible that I run bzr builddeb -S > from my bzr branch, and then dpkg-source -b fails because there is no > .pc dir in the source tree. I'm not sure if this is a bzr-builddeb bug > or should dpkg-source create this directory automatically also in this > case? I recent commit d881cdca55e41e1b17d84b935c9a612e08f80f98 change > was made to create .pc directory automatically in some other case. > > Following change does the trick for me.
Good catch! dpkg-source should indeed create the directory prior to writing .pc/applied-patches. I applied a similar patch to the git repo. Cheers, -- Raphaƫl Hertzog -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

