Changes between Version 144 and Version 145 of DebianUbuntuPackaging


Ignore:
Timestamp:
Dec 31, 2016, 3:50:47 AM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v144 v145  
    284284=== Notes on GDAL-GRASS extension ===
    285285
     286Clone repository:
     287
    286288{{{
    287289gbp clone --all https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
    288290}}}
     291
     292Define variables for packaging:
     293
     294{{{
     295export DIST=xenial
     296}}}
     297
     298Update tarball (just once):
     299
     300{{{
     301git checkout pristine-tar && git pull
     302git checkout ubuntugis/$DIST && git pull --rebase
     303}}}