Changes between Version 154 and Version 155 of DebianUbuntuPackaging


Ignore:
Timestamp:
Aug 15, 2017, 12:25:44 PM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v154 v155  
    132132
    133133{{{
    134 git merge debian/`echo $VERSION | sed 's/~/./g'`-${PATCH}`echo $EXP | sed 's/~/./g'`
     134git merge debian/`echo $VERSION | sed 's/~/_/g'`-${PATCH}`echo $EXP | sed 's/~/_/g'`
    135135# solve changelog conflict issues
    136 git checkout ORIG_HEAD --  debian/control debian/control.in debian/gbp.conf
    137 }}}
     136git checkout ORIG_HEAD --  debian/control.in debian/gbp.conf
     137}}}
     138
     139Solve conflict in `debian/control` file.
    138140
    139141Update changelog:
     
    142144# dch -v ${VERSION}-${PATCH}~exp1~${DIST}${NUM}
    143145dch -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-2
    150146}}}
    151147