Hi Thijs, On Sat, 14 Jun 2008, Thijs Kinkhorst wrote: > > $ apt-get source mailman > > $ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' > > mailman-2.1.10/debian/control $ dpkg-source -b mailman-2.1.10 > > $ dpkg-source -x mailman_2.1.10-2.dsc > > $ cd mailman-2.1.10 && debuild -us -uc > > I've briefly looked into this. I've updated our quilt usage to match the > above and since it doesn't break exising functionality I've committed it. > However, the package doesn't build yet with format 3.0, see for output > below.
dpkg 1.14.19 is picky about filenames in patches, it should be fixed with 1.14.20 but if you want to clean it up completely and have right filenames in the patches you can do this: quilt pop -a while quilt push; do quilt refresh -p1; done After that it should build even with 1.14.19. Thanks for taking care of the bug! Cheers, -- Raphaël Hertzog Le best-seller français mis à jour pour Debian Etch : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

