Changes between Version 1 and Version 2 of VagrantBuild
- Timestamp:
- 08/19/13 08:35:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VagrantBuild
v1 v2 4 4 We need to download the {{{.orig.tar.gz}}}, {{{.debian.tar.gz}}} and {{{.dsc}}}. 5 5 6 ''This step can be done in the Host machine.'' 6 7 {{{ 7 8 $ cd ~/vm/ubuntugis/packages … … 15 16 2. With these files downloaded, we simply need to extract the {{{.dsc}}} 16 17 18 ''This step can be done in the host machine'' 17 19 {{{ 18 20 $ dpkg-source -x gdal_1.10.0-1~precise1.dsc gdal … … 21 23 3. Then you can {{{cd}}} into the folder and update the changelog for a rebuild or make change to the package if you want. 22 24 25 ''This step should be done in the VM'' 23 26 {{{ 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" 25 29 }}} 26 30 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