Changes between Version 1 and Version 2 of VagrantBuild


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

--

Legend:

Unmodified
Added
Removed
Modified
  • VagrantBuild

    v1 v2  
    44    We need to download the {{{.orig.tar.gz}}}, {{{.debian.tar.gz}}} and {{{.dsc}}}.
    55
     6    ''This step can be done in the Host machine.''
    67    {{{
    78    $ cd ~/vm/ubuntugis/packages
     
    1516 2. With these files downloaded, we simply need to extract the {{{.dsc}}}
    1617
     18    ''This step can be done in the host machine''
    1719    {{{
    1820    $ dpkg-source -x gdal_1.10.0-1~precise1.dsc gdal
     
    2123 3. Then you can {{{cd}}} into the folder and update the changelog for a rebuild or make change to the package if you want.
    2224   
     25    ''This step should be done in the VM''
    2326    {{{
    24     dch -p -D precise -l precise "Launchpad rebuild for Precise"
     27    $ cd /vagrant/packages/gdal/gdal
     28    $ dch -p -D precise -l precise "Launchpad rebuild for Precise"
    2529    }}}
    2630 You can then open {{{debian/changelog}}} and add entries if you have made other changes to the package.
     31 
     32 4. With the changelog updated, we can now create the debian source package.
     33
     34    ''This step should be done in the VM''
     35