Changes between Version 144 and Version 145 of DebianUbuntuPackaging
- Timestamp:
- 12/31/16 03:50:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianUbuntuPackaging
v144 v145 284 284 === Notes on GDAL-GRASS extension === 285 285 286 Clone repository: 287 286 288 {{{ 287 289 gbp clone --all https://anonscm.debian.org/git/pkg-grass/gdal-grass.git 288 290 }}} 291 292 Define variables for packaging: 293 294 {{{ 295 export DIST=xenial 296 }}} 297 298 Update tarball (just once): 299 300 {{{ 301 git checkout pristine-tar && git pull 302 git checkout ubuntugis/$DIST && git pull --rebase 303 }}}