I'm packaging software at work and the scope has increased to have Lucid-based as well as Karmic-based versions. Right now I just build inside a Karmic VM using git-buildpackage calling debuild, but I've looked into pbuilder so I can do it more easily with chroots, since having one VM for Karmic and another for Lucid seems a little out of place. I've looked around for documentation but it's been very cryptic to me so far. The packages already have git repos set up, it's mostly just the use of pbuilder that's got me stuck.
How can I get this set up easily, preferably to the point where I can script it for other developers here?
-Sstill work correctly if it's a package that's built to not have a source tarball included? (closed source). Thedpkg-buildpackagemanpage wasn't clear. – Daenyth May 04 '11 at 14:19-Sdoes not work for that case. Is there a way I can change it so that the source is used for pbuilder but dput will not upload it? – Daenyth May 04 '11 at 18:06