[buildd-tools-devel] [GIT] schroot branch debian/master updated. debian/1.6.10-3

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Jan 9 17:44:13 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "schroot".

The branch, debian/master has been updated
       via  d23b86e12493ad93d9301b9091672171c894a058 (commit)
       via  bdf04914e5c3a55f2aac5adb7c266cd44fae7d75 (commit)
       via  e485ff90efa78435d1fd45e6701d081eed073029 (commit)
       via  92420a9e911a47a9a2695ed8ea04ab2ce22f6681 (commit)
       via  e24dbea277e807711c745ad2339037fb54d8c050 (commit)
       via  76dffbccd1dc1ce052f8261b7960a540c1aebe04 (commit)
       via  85d054dd1a0e78ff6db83f57e1cd217855f96813 (commit)
       via  e1a20ce79d1b58c86ff1d96473c1eab0aaf8c80b (commit)
       via  2a404f76a78bfe610b1dae318d1281ed58bb637c (commit)
       via  2efd63d93a2994af606510ccfb7076b07576b5d0 (commit)
      from  a60b5a933fef283d304c72420e3523f987f8bd77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d23b86e12493ad93d9301b9091672171c894a058
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 18:38:56 2017 +0100

    Prepare release to unstable

commit bdf04914e5c3a55f2aac5adb7c266cd44fae7d75
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 18:17:40 2017 +0100

    Install bash completion file in /usr/share/bash-completion/completions and drop obsolete file in /etc/bash_completion.d/.

commit e485ff90efa78435d1fd45e6701d081eed073029
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 18:11:23 2017 +0100

    Cleanup debian/control and add missing lsb-base dependency.

commit 92420a9e911a47a9a2695ed8ea04ab2ce22f6681
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 17:43:18 2017 +0100

    Kill useless/obsolete binary packages: libsbuild-dev, libsbuild-doc, dchroot, dchroot-dsa.

commit e24dbea277e807711c745ad2339037fb54d8c050
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 16:56:33 2017 +0100

    Add -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE to DEB_CXXFLAGS_MAINT_APPEND
    
    This fixes again an overflow error with large loopback images.
    
    Closes: #619825

commit 76dffbccd1dc1ce052f8261b7960a540c1aebe04
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 16:51:52 2017 +0100

    Fix setup.d/15killprocs to correctly detect processes running in the chroot
    
    Thanks to Christoph Biedl <debian.axhn at manchmal.in-ulm.de> for the analysis.
    
    Closes: #841699

commit 85d054dd1a0e78ff6db83f57e1cd217855f96813
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 16:23:38 2017 +0100

    Don't stop unmounting at first failure, try to unmount as much as possible and then fail
    
    It might help for the next try.
    
    Thanks to Dima Kogan <dima at secretsauce.net> for the patch.
    
    Closes: #829125

commit e1a20ce79d1b58c86ff1d96473c1eab0aaf8c80b
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 16:13:43 2017 +0100

    Fix symlink resolution in schroot-mount
    
    The usage of realpath() outside of the chroot could lead to mount failures
    or invalid mounts.
    
    Thanks to Tyler Hicks <tyhicks at canonical.com> for the patch.
    
    Closes: #728096

commit 2a404f76a78bfe610b1dae318d1281ed58bb637c
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 15:22:38 2017 +0100

    Fix test suite when /bin is a symlink to /usr/bin.

commit 2efd63d93a2994af606510ccfb7076b07576b5d0
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Jan 9 14:23:54 2017 +0100

    By default mark all mounts done by schroot-mount as "private"
    
    This avoids bad interactions caused by systemd's default of "shared" that
    resulted in failure to unmount them.
    
    Thanks to Tyler Hicks <tyhicks at canonical.com> for the patch.
    
    Closes: #761435

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |  30 +++
 debian/control                                     | 141 +----------
 debian/dchroot-dsa.NEWS                            |  15 --
 debian/dchroot-dsa.install.in                      |   4 -
 debian/dchroot-dsa.lintian-overrides               |   1 -
 debian/dchroot-dsa.postrm                          |  29 ---
 debian/dchroot-dsa.preinst                         |  50 ----
 debian/dchroot.NEWS                                |  15 --
 debian/dchroot.install.in                          |   4 -
 debian/dchroot.lintian-overrides                   |   1 -
 debian/dchroot.postrm                              |  29 ---
 debian/dchroot.preinst                             |  48 ----
 debian/libsbuild-dev.install.in                    |   3 -
 debian/libsbuild-doc.doc-base                      |   9 -
 debian/libsbuild-doc.docs                          |   2 -
 debian/libsbuild1.install.in                       |   1 -
 ...erything-that-we-can-instead-of-giving-up.patch |  30 +++
 debian/patches/fix-killprocs.patch                 |  39 +++
 debian/patches/fix-test-suite-with-usrmerge.patch  |  16 ++
 .../schroot-mount-make-bind-mounts-private.patch   | 112 +++++++++
 ...resolve-mount-destinations-while-chrooted.patch | 274 +++++++++++++++++++++
 debian/patches/series                              |   5 +
 debian/rules                                       |  25 +-
 debian/schroot.install.in                          |   2 +-
 debian/schroot.maintscript                         |   1 +
 25 files changed, 517 insertions(+), 369 deletions(-)
 delete mode 100644 debian/dchroot-dsa.NEWS
 delete mode 100644 debian/dchroot-dsa.install.in
 delete mode 100644 debian/dchroot-dsa.lintian-overrides
 delete mode 100644 debian/dchroot-dsa.postrm
 delete mode 100644 debian/dchroot-dsa.preinst
 delete mode 100644 debian/dchroot.NEWS
 delete mode 100644 debian/dchroot.install.in
 delete mode 100644 debian/dchroot.lintian-overrides
 delete mode 100644 debian/dchroot.postrm
 delete mode 100644 debian/dchroot.preinst
 delete mode 100644 debian/libsbuild-dev.install.in
 delete mode 100644 debian/libsbuild-doc.doc-base
 delete mode 100644 debian/libsbuild-doc.docs
 delete mode 100644 debian/libsbuild1.install.in
 create mode 100644 debian/patches/Unmount-everything-that-we-can-instead-of-giving-up.patch
 create mode 100644 debian/patches/fix-killprocs.patch
 create mode 100644 debian/patches/fix-test-suite-with-usrmerge.patch
 create mode 100644 debian/patches/schroot-mount-make-bind-mounts-private.patch
 create mode 100644 debian/patches/schroot-mount-resolve-mount-destinations-while-chrooted.patch
 create mode 100644 debian/schroot.maintscript


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list