Changes between Version 1 and Version 2 of Tutoriallibgdal-*Update


Ignore:
Timestamp:
Sep 25, 2015, 5:46:08 AM (9 years ago)
Author:
Bas Couwenberg
Comment:

Add procedure used for Debian

Legend:

Unmodified
Added
Removed
Modified
  • Tutoriallibgdal-*Update

    v1 v2  
    33The 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.
    44
    5  * Get the gdal's srouces from http://trac.osgeo.org/gdal/wiki/DownloadSource and extract them and
     5 * Get the gdal's sources from http://trac.osgeo.org/gdal/wiki/DownloadSource and extract them and
    66  {{{
    77  cd gdal-1.9.2
     
    1212 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.
    1313
     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
    1423You can now proceed how you would update a package normally.