Changes between Version 163 and Version 164 of DebianUbuntuPackaging


Ignore:
Timestamp:
Sep 1, 2017, 4:20:59 AM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v163 v164  
    153153}}}
    154154
    155 Commit changes to Git repository:
    156 
    157 {{{
    158 git commit -am"Rebuild $VERSION for $DIST"
    159 }}}
    160 
    161155Build package:
    162156
     
    168162
    169163Note2: replace `--git-pbuilder-options=--source-only-changes` by `-S` when using older versions of `gbp`
    170 
    171164 
    172165Note3: all lintian issues of severity info (I:) and higher need to be reviewed and fixed before the upload
     
    174167{{{
    175168cat ../log.packager-$DIST | awk '/+++ lintian output +++/,/+++ end of lintian output +++/' | grep -v ^+++
     169}}}
     170
     171Commit changes to Git repository:
     172
     173{{{
     174git commit -am"Rebuild $VERSION for $DIST"
    176175}}}
    177176