[buildd-tools-devel] [GIT] schroot branch master updated. debian/schroot-1.5.0-1-49-g617c40f

Roger Leigh rleigh at alioth.debian.org
Sun Nov 27 14:07:44 UTC 2011


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, master has been updated
       via  617c40f20232d8e1c8c0d20d972bed13a296631e (commit)
       via  17e39910b84b66c3ed5833452a6c0713d9620e13 (commit)
       via  6f64852a8853056d633c4bacbee9d535c879f7f8 (commit)
       via  afa9c9fa03f2499290ef2b871dddadde64b84a8d (commit)
       via  241b823cdefd61d124168030a7556aff0e4ece6b (commit)
      from  f95e0b5ba03c5d54056ef7188d37dd3e9a63547e (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 617c40f20232d8e1c8c0d20d972bed13a296631e
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 27 14:07:09 2011 +0000

    NEWS: Document CHROOT_ALIAS and SCHROOT_ALIAS_NAME

commit 17e39910b84b66c3ed5833452a6c0713d9620e13
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 27 14:05:37 2011 +0000

    debian: Close #635320

commit 6f64852a8853056d633c4bacbee9d535c879f7f8
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 27 13:58:45 2011 +0000

    debian: Build-Depend upon groff-base for soelim

commit afa9c9fa03f2499290ef2b871dddadde64b84a8d
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 27 13:55:43 2011 +0000

    build: Move all path specification to global.mk
    
    It's not possible to evaluate directory variables at configure
    time, even with eval.  Move all preprocessor definitions to
    DEFS in global.mk.
    
    Note that this also required changing the substitution mechanism
    in the manual pages, which have been changed to source a
    generated config.man fragment, which is sourced using the .so
    directive, and the manual page generated using soelim(1).
    The boilerplate for the authors and copyright sections has also
    been split out at the same time.

commit 241b823cdefd61d124168030a7556aff0e4ece6b
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 27 00:51:13 2011 +0000

    sbuild::chroot_facet_session: Store alias used as selected_name
    
    Set in environment as CHROOT_ALIAS.

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

Summary of changes:
 NEWS                                               |    5 +
 bin/csbuild/Makefile.am                            |    2 +-
 bin/dchroot-dsa/Makefile.am                        |    2 +-
 bin/dchroot/Makefile.am                            |    2 +-
 bin/schroot-listmounts/Makefile.am                 |    2 -
 bin/schroot-mount/Makefile.am                      |    2 -
 bin/schroot-releaselock/Makefile.am                |    2 -
 bin/schroot/Makefile.am                            |   12 +-
 bin/schroot/schroot-main-base.cc                   |    7 +-
 configure.ac                                       |  181 +-------------------
 debian/changelog                                   |    7 +-
 debian/control                                     |    3 +-
 etc/Makefile.am                                    |    8 +-
 etc/setup.d/Makefile.am                            |   36 ++---
 man/Makefile.am                                    |   57 ++++++
 man/authors.man                                    |    2 +
 man/copyright.man                                  |    7 +
 man/{csbuild.1.in => csbuild.1.man}                |   41 ++---
 man/{dchroot-dsa.1.in => dchroot-dsa.1.man}        |   37 ++---
 man/{dchroot.1.in => dchroot.1.man}                |   41 ++---
 man/{schroot-faq.7.in => schroot-faq.7.man}        |   28 ++--
 ...ipt-config.5.in => schroot-script-config.5.man} |   16 +--
 man/{schroot-setup.5.in => schroot-setup.5.man}    |   39 +++--
 man/{schroot.1.in => schroot.1.man}                |   41 ++---
 man/{schroot.conf.5.in => schroot.conf.5.man}      |   12 +-
 sbuild/sbuild-chroot-block-device.cc               |    3 +-
 sbuild/sbuild-chroot-block-device.h                |    1 +
 sbuild/sbuild-chroot-btrfs-snapshot.cc             |    3 +-
 sbuild/sbuild-chroot-btrfs-snapshot.h              |    1 +
 sbuild/sbuild-chroot-config.cc                     |    2 +-
 sbuild/sbuild-chroot-directory.cc                  |    3 +-
 sbuild/sbuild-chroot-directory.h                   |    1 +
 sbuild/sbuild-chroot-facet-session-clonable.cc     |    2 +
 sbuild/sbuild-chroot-facet-session-clonable.h      |    1 +
 sbuild/sbuild-chroot-facet-session.cc              |   31 ++++-
 sbuild/sbuild-chroot-facet-session.h               |   19 ++
 sbuild/sbuild-chroot-file.cc                       |    3 +-
 sbuild/sbuild-chroot-file.h                        |    1 +
 sbuild/sbuild-chroot-loopback.cc                   |    3 +-
 sbuild/sbuild-chroot-loopback.h                    |    1 +
 sbuild/sbuild-chroot-lvm-snapshot.cc               |    3 +-
 sbuild/sbuild-chroot-lvm-snapshot.h                |    1 +
 sbuild/sbuild-chroot-plain.cc                      |    1 +
 sbuild/sbuild-chroot-plain.h                       |    1 +
 sbuild/sbuild-chroot.h                             |    6 +-
 sbuild/sbuild-session.cc                           |   14 +-
 sbuild/sbuild-session.h                            |   10 +-
 scripts/global.mk                                  |   31 ++++-
 test/sbuild-chroot-block-device.cc                 |    4 +
 test/sbuild-chroot-btrfs-snapshot.cc               |    2 +
 test/sbuild-chroot-directory.cc                    |    6 +
 test/sbuild-chroot-file.cc                         |    2 +
 test/sbuild-chroot-loopback.cc                     |    4 +
 test/sbuild-chroot-lvm-snapshot.cc                 |    2 +
 test/sbuild-chroot.cc                              |    1 +
 test/test-sbuild-chroot.h                          |    2 +
 56 files changed, 373 insertions(+), 384 deletions(-)
 create mode 100644 man/authors.man
 create mode 100644 man/copyright.man
 rename man/{csbuild.1.in => csbuild.1.man} (90%)
 rename man/{dchroot-dsa.1.in => dchroot-dsa.1.man} (90%)
 rename man/{dchroot.1.in => dchroot.1.man} (90%)
 rename man/{schroot-faq.7.in => schroot-faq.7.man} (92%)
 rename man/{schroot-script-config.5.in => schroot-script-config.5.man} (84%)
 rename man/{schroot-setup.5.in => schroot-setup.5.man} (87%)
 rename man/{schroot.1.in => schroot.1.man} (96%)
 rename man/{schroot.conf.5.in => schroot.conf.5.man} (98%)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list