Changes between Version 112 and Version 113 of DebianUbuntuPackaging


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v112 v113  
    209209Update branch in gbp.conf & Vcs-Git URL, see [http://anonscm.debian.org/cgit/pkg-grass/grass.git/commit/debian?h=ubuntugis/wily&id=f92184206d63561bd2e3e85dd566ec25dafcaa1e example].
    210210
    211 ===== Merge changes related to given tag =====
    212 
    213 {{{
    214 git checkout pristine-tar
    215 git pull
    216 git checkout ubuntugis/$DIST
    217 git merge debian/`echo $VERSION | sed 's/~/./g'`-${PATCH}`echo $EXP | sed 's/~/./g'`
    218 cp debian/changelog /tmp
    219 git checkout ORIG_HEAD --  debian/control debian/control.in debian/gbp.conf debian/changelog
    220 # dch -v ${VERSION}-${PATCH}~exp1~${DIST}1
    221 dch -b -v $(dpkg-parsechangelog | grep Version: | awk -F': ' '{print $2}')~${DIST} -D ${DIST} -m "Rebuild for ${DIST}."
    222 # merge logs
    223 }}}
     211
    224212
    225213=== Build package from tarball ===