| 39 | If you are building a new package or a new version that is not already on Launchpad, you have to use {{{debuild -S -sa}}} that way {{{dput}}} will also upload the {{{.orig.tar.gz}}} |
| 40 | |
| 41 | 5. Now we can try the build using pbuilder-dist |
| 42 | |
| 43 | ''This step should be done in the VM'' |
| 44 | {{{ |
| 45 | $ pbuilder-dist precise amd64 build ../gdal_1.10.0-1~precise2.dsc |
| 46 | }}} |
| 47 | Since the source packages are uploaded to Launchpad to be built and used with UbuntuGIS, we only use pbuilder to test the build since it's faster then uploading it first to see if it works. Pbuilder will create the {{{.deb}}} in {{{~/pbuilder/precise_result/}}} so you could use the {{{.deb}}} there if you want. |