* Loïc Martin <[EMAIL PROTECTED]> [2006-09-25 23:05:37]: > Hello, > > I've been playing a bit with the instructions to build debian packages at > http://www.ubuntuforums.org/showthread.php?t=51003 > and have managed to build updated debs of some programs actually in Dapper > (gnugo and armagetronad, I had errors when doing the same with qgo) using > sources from upstream. > > I'd like to know what are the next steps to contibute packages to universe ( > i.e. what further readings I need, except > https://wiki.ubuntu.com/MOTU/Packages/CommonPackagingMistakes/DebianCopyright > ). Also, are the instructions I've read outdated/conflicting with > https://wiki.ubuntu.com/HowToBuildDebianPackagesFromScratch ? > > I don't have access to the net often, so I haven't been able to attend irc > lessons. Is there a good explanation somewhere of the following steps to get > these packages reviewed for inclusion in Universe? >
The Ubuntu Packaging Guide would probably be the best resource for you as it is installed on 6.06 and 6.10 by default. In Gnome you can find it in System -> Help -> System Documentation and in KDE it's in the KDE help. The HowToBuildDebianPackagesFromScratch should be obsolete and I'm planning on cleaning up the packaging related wiki pages one of these days. Basically, once you have a source package built and signed with your gpg key you want to upload it to REVU (revu.tauware.de). The process has changed a little bit since the Dapper version of the Ubuntu Packaging Guide so you should probably check out https://wiki.ubuntu.com/MOTU/Packages/REVU for more up-to-date information. Make sure that you are uploading a gpg signed source package (debuild -S -sa and dput revu *_source.changes should help) and that the package isn't already on REVU. Thanks for your intrest in contributing to Universe and I hope to see your packages soon on REVU. -Jordan Mantha -- "That's all very well in practice, but will it ever work in theory?" -- G. Hill "A tidy laboratory means a lazy chemist." -- Jöns Jacob Berzelius -- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
