Changes between Version 167 and Version 168 of DebianUbuntuPackaging


Ignore:
Timestamp:
Sep 18, 2017, 6:23:05 AM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v167 v168  
    351351dput ubuntugis-experimental ../libgdal-grass_${VERSION}-${PATCH}${EXP}~${DIST}${NUM}_source.changes
    352352}}}
     353
     354=== Notes on QGIS packaging ===
     355
     356 * [http://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git Alioth.debian.org Git Repository]
     357
     358Clone repository:
     359
     360{{{
     361gbp clone --all https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
     362}}}
     363
     364Define variables for packaging:
     365
     366{{{
     367export DIST=xenial
     368
     369export VERSION=2.1.2
     370export PATCH=1
     371export EXP=
     372export NUM=1
     373}}}
     374
     375Update tarball:
     376
     377{{{
     378git checkout pristine-tar && git pull
     379git checkout ubuntu/$DIST && git pull --rebase
     380}}}