Changes between Version 113 and Version 114 of DebianUbuntuPackaging


Ignore:
Timestamp:
May 1, 2016, 12:05:18 PM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v113 v114  
    123123}}}
    124124
    125 Update changelog by
    126 
    127 {{{
    128 dch -v ${VERSION}-${PATCH}~exp1~${DIST}1
    129 }}}
    130 
    131 and put lines (example for GRASS GIS 7.0.3RC1):
    132 
    133 {{{
    134 grass (7.0.3~rc1-1~exp1~wily1) wily; urgency=medium
    135 
    136   * New upstream release candidate.
    137 
    138  -- [commiters_name] <[commiters_email]>  Tue, 12 Jan 2016 20:57:45 +0100
     125Merge changes related to given tag:
     126
     127{{{
     128git checkout pristine-tar
     129git pull
     130git checkout ubuntugis/$DIST
     131git merge debian/`echo $VERSION | sed 's/~/./g'`-${PATCH}`echo $EXP | sed 's/~/./g'`
     132cp debian/changelog /tmp
     133git checkout ORIG_HEAD --  debian/control debian/control.in debian/gbp.conf debian/changelog
     134}}}
     135
     136Update changelog:
     137
     138{{{
     139# dch -v ${VERSION}-${PATCH}~exp1~${DIST}1
     140dch -b -v $(dpkg-parsechangelog | grep Version: | awk -F': ' '{print $2}')~${DIST} -D ${DIST} -m "Rebuild for ${DIST}."
    139141}}}
    140142