Changes between Version 2 and Version 3 of VagrantBuild


Ignore:
Timestamp:
Aug 19, 2013, 8:49:44 AM (11 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VagrantBuild

    v2 v3  
    3333
    3434    ''This step should be done in the VM''
     35    {{{
     36    $ debuild -S -sd
     37    }}}
    3538
     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.