23:30:19 Does PPA support build-deps from Universe ? 23:30:31 they respect ogre-model 23:30:40 as we do for main distro 23:30:56 to build-dep on universe you have to upload the package to universe 23:31:24 using the syntax -> Section: universe/misc 23:31:28 when uploaded to ubuntu, packages benefits of auto-overrides 23:31:34 which will move it from main to universe automatically. 23:32:44 there is not such feature in PPA, so use Section: universe/
23:48:41 so, add this content to your ~/.dput.cf [my-ppa] fqdn = ppa.dogfood.launchpad.net incoming = ~mantas/ubuntu/ login = anonymous 23:49:16 'debuild -S -sa' any source 23:49:28 yes, dput will notice it 23:49:57 after building a source-only signed package locally 23:50:20 you can upload to your PPA with : dput my-ppa xpto_sources.changes 23:54:08 all this make sense for you ? 23:57:44 sort of :) I just thought, that in PPA case build process will be made not on my computer, but on Ubuntu build farm :) 00:00:04 you build a *source* package locally 00:00:16 PPA does the the rest ... build and publish 00:00:40 oh, so, I don't need to download build-deps, etc ? 00:00:49 'debuild -S' only encapsulate the source and creates the changesfile 00:01:06 so, thank you very much :) 00:01:55 you should receive emails about you uploads ... 00:02:52 btw, against which Ubuntu version packages are build ? 00:03:25 you decide, all chroots are available (warty/hoary/breezy/dapper/edgy/feisty/gutsy) 00:03:51 you have to select in your source (debian/changelog)