Changes between Version 154 and Version 155 of DebianUbuntuPackaging
- Timestamp:
- 08/15/17 12:25:44 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianUbuntuPackaging
v154 v155 132 132 133 133 {{{ 134 git merge debian/`echo $VERSION | sed 's/~/ ./g'`-${PATCH}`echo $EXP | sed 's/~/./g'`134 git merge debian/`echo $VERSION | sed 's/~/_/g'`-${PATCH}`echo $EXP | sed 's/~/_/g'` 135 135 # solve changelog conflict issues 136 git checkout ORIG_HEAD -- debian/control debian/control.in debian/gbp.conf 137 }}} 136 git checkout ORIG_HEAD -- debian/control.in debian/gbp.conf 137 }}} 138 139 Solve conflict in `debian/control` file. 138 140 139 141 Update changelog: … … 142 144 # dch -v ${VERSION}-${PATCH}~exp1~${DIST}${NUM} 143 145 dch -b -v $(dpkg-parsechangelog | grep Version: | awk -F': ' '{print $2}')~${DIST}${NUM} -D ${DIST} -m "Rebuild for ${DIST}." 144 }}}145 146 Check `debian/control`:147 148 {{{149 Provides: grass703-2150 146 }}} 151 147