Changes between Version 152 and Version 153 of DebianUbuntuPackaging


Ignore:
Timestamp:
May 15, 2017, 11:30:38 AM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v152 v153  
    317317}}}
    318318
    319 Build and upload package (see notes on GRASS packaging).
     319Build and package (see notes on GRASS packaging).
    320320
    321321{{{
     
    323323gbp buildpackage -S -sa --git-pbuilder --git-ignore-new --git-dist=${DIST}-ubuntugis-experimental
    324324}}}
     325
     326Sign and upload package
     327
     328{{{
     329debsign ../libgdal-grass_${VERSION}-${PATCH}${EXP}~${DIST}${NUM}_source.changes
     330dput ubuntugis-experimental ../libgdal-grass_${VERSION}-${PATCH}${EXP}~${DIST}${NUM}_source.changes
     331}}}