pbuilder git tree: Changes to 'master'

Mattia Rizzolo mapreri-guest at moszumanska.debian.org
Thu Nov 26 00:17:51 UTC 2015


 debian/changelog            |   22 +++++++-
 pbuilder-buildpackage-funcs |   45 ++++++++++++++++++
 pbuilder-modules            |  103 ++++++++++++++++++++++++++---------------
 pbuilder-runhooks           |  109 ++------------------------------------------
 pdebuild-internal           |    7 ++
 5 files changed, 140 insertions(+), 146 deletions(-)

New commits:
commit 441ffe2ef240faf9e33130f868043a4f22c6c268
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Nov 26 00:17:28 2015 +0000

    open changelog for the next release

commit f38f163cb3cb157f3eb3d8a8531c63c815434877
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Nov 25 23:56:34 2015 +0000

    update changelog for 0.221.1

commit ad930168edf31d64d3e2af1b52becc5662c4f140
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Nov 25 23:00:15 2015 +0000

    runhooks: move (un)loadhooks() and executehooks() to pbuilder-modules.
    
    Merging the file means the hooks can use functions from the modules and viceversa
    safely; otherwise we would need both the scripts to source the other and this
    is not supported in bash.
    
    We can't delete it since it's referenced in pdebuild-internal, and since we
    can't assure the same pbuilder version outside and inside the chroot we have
    to be backward-compatible.
    Otherwise running an old pbuilder with a newer chroot would break badly.
    
    Thanks: Holger to notice this broke with the last release

commit a3aa1dd2177a0d349cfdf8cbc2642617e955143f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Nov 25 23:44:57 2015 +0000

    buildpackage: move the binNMU() function from modules to buildpackage-funcs, where it fits better

commit 1777fdaa90bc28b75a3685fd7de789e2dec97b87
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Nov 25 23:16:36 2015 +0000

    pdebuild-internal: revert back to plain log() instead of log.{i,e}()
    
    This makes possible to use a new pbuilder outside the choot and a old pbuilder
    inside.
    
    We can't just source the modules and use log.{i,w,e} since we don't know if
    the pbuilder version inside the chroot is new enough.
    
    Gbp-Dch: Short




More information about the Pbuilder-maint mailing list