Changes between Version 1 and Version 2 of Tutoriallibgdal-*Update
- Timestamp:
- 09/25/15 05:46:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutoriallibgdal-*Update
v1 v2 3 3 The libgdal-* packages (libgdal-grass for example) are format in the gdal source. This tutorial will explain how to get the source from gdal's source. 4 4 5 * Get the gdal's s rouces from http://trac.osgeo.org/gdal/wiki/DownloadSource and extract them and5 * Get the gdal's sources from http://trac.osgeo.org/gdal/wiki/DownloadSource and extract them and 6 6 {{{ 7 7 cd gdal-1.9.2 … … 12 12 There should be .tar.gz in the folder, this is your source. Rename it with the proper .orig.tar.gz name for the package (libgdal-grass.orig.tar.gz) and put it where you are building your package. 13 13 14 * Debian uses a different process: 15 {{{ 16 gbp clone git://anonscm.debian.org/pkg-grass/gdal.git 17 cd gdal 18 quilt push -a 19 make -f debian/rules gdal-grass 20 }}} 21 The tarball will be available in ../libgdal-grass-<version>.tar.gz 22 14 23 You can now proceed how you would update a package normally.