Changes between Version 93 and Version 94 of DebianUbuntuPackaging


Ignore:
Timestamp:
Apr 19, 2016, 5:25:31 AM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v93 v94  
    206206
    207207{{{
     208export VERSION=7.0.3~rc2
     209export PATCH=1
    208210git checkout pristine-tar
    209211git pull
    210212git checkout ubuntugis/$DIST
    211 git merge debian/7.0.3.rc2-1.exp1
     213git merge debian/`echo $VERSION | sed 's/~/./g'`-${PATCH}.exp1
    212214cp debian/changelog /tmp
    213215git checkout ORIG_HEAD --  debian/control debian/control.in debian/gbp.conf debian/changelog
    214 dch -v 7.0.3~rc2-1~exp1~${DIST}1
     216dch -v ${VERSION}-${PATCH}~exp1~${DIST}1
    215217# merge logs
    216218}}}