Changes between Version 167 and Version 168 of DebianUbuntuPackaging
- Timestamp:
- 09/18/17 06:23:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianUbuntuPackaging
v167 v168 351 351 dput ubuntugis-experimental ../libgdal-grass_${VERSION}-${PATCH}${EXP}~${DIST}${NUM}_source.changes 352 352 }}} 353 354 === Notes on QGIS packaging === 355 356 * [http://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git Alioth.debian.org Git Repository] 357 358 Clone repository: 359 360 {{{ 361 gbp clone --all https://anonscm.debian.org/git/pkg-grass/gdal-grass.git 362 }}} 363 364 Define variables for packaging: 365 366 {{{ 367 export DIST=xenial 368 369 export VERSION=2.1.2 370 export PATCH=1 371 export EXP= 372 export NUM=1 373 }}} 374 375 Update tarball: 376 377 {{{ 378 git checkout pristine-tar && git pull 379 git checkout ubuntu/$DIST && git pull --rebase 380 }}}