Changes between Version 211 and Version 212 of DebianUbuntuPackaging
- Timestamp:
- 09/11/19 02:41:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianUbuntuPackaging
v211 v212 106 106 ===== Create chroot environment ===== 107 107 108 Create specific chroot environment by (example for Ubuntu Xenial - 16.04):109 110 {{{ 111 export DIST= xenial108 Create specific chroot environment by (example for Ubuntu Bionic - 18.04): 109 110 {{{ 111 export DIST=bionic 112 112 sudo -E cowbuilder --create --distribution=$DIST --basepath=/var/cache/pbuilder/base-${DIST}-ubuntugis-experimental.cow --save-after-login 113 113 }}} … … 125 125 }}} 126 126 127 and checkout selected branch (example for Ubuntu Xenial - 16.04):127 and checkout selected branch (example for Ubuntu Bionic - 18.04): 128 128 129 129 {{{ … … 132 132 export PATCH=1 133 133 134 export DIST= xenial134 export DIST=bionic 135 135 export VERSION=7.0.3~rc2 136 136 export EXP=~exp1 … … 323 323 export EXP= 324 324 325 export DIST= xenial325 export DIST=bionic 326 326 export VERSION=2.2.2 327 327 export NUM=1 … … 357 357 export EXP= 358 358 359 export DIST= xenial359 export DIST=bionic 360 360 export VERSION=3.4.5+dfsg 361 361 export NUM=1