[buildd-tools-devel] [GIT] schroot branch distribution-1.4 updated. distribution/schroot-1.4.23-22-g1020eb2

Roger Leigh rleigh at alioth.debian.org
Tue Jan 17 23:32:43 UTC 2012


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, distribution-1.4 has been updated
  discards  1133a10f7329d9c03cafa9765de73557f0ffd1d7 (commit)
       via  1020eb2defbf5e1cd5d10e43f16eb9858d59e8a4 (commit)
       via  45a48c05b6cab15bc91b72305a57258945e71e5c (commit)
       via  eea2bad5313cec0fd3c93807b25d801c4e749c1a (commit)
       via  e16f92384cad1642090f462d1e1f41fafab51b85 (commit)
       via  71721880b979ae41701674e356198652d6457ea7 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (1133a10f7329d9c03cafa9765de73557f0ffd1d7)
            \
             N -- N -- N (1020eb2defbf5e1cd5d10e43f16eb9858d59e8a4)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 1020eb2defbf5e1cd5d10e43f16eb9858d59e8a4
Merge: 45a48c0 fb823fb
Author: Roger Leigh <rleigh at debian.org>
Date:   Tue Jan 17 23:16:44 2012 +0000

    Distribution of schroot version 1.4.24

commit 45a48c05b6cab15bc91b72305a57258945e71e5c
Author: Roger Leigh <rleigh at debian.org>
Date:   Tue Jan 17 23:15:30 2012 +0000

    NEWS: Document build backport from 1.5.1

commit eea2bad5313cec0fd3c93807b25d801c4e749c1a
Author: Roger Leigh <rleigh at debian.org>
Date:   Tue Jan 17 22:54:19 2012 +0000

    debian: Document backport of build logic

commit e16f92384cad1642090f462d1e1f41fafab51b85
Author: Roger Leigh <rleigh at debian.org>
Date:   Tue Jan 17 22:53:47 2012 +0000

    man: Use RELEASE_DATE rather than removed RELEASE_DATE_S

commit 71721880b979ae41701674e356198652d6457ea7
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.

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

Summary of changes:
 ChangeLog                                          |   35 +++
 Makefile.in                                        |   46 ++-
 NEWS                                               |    3 +
 bin/Makefile.in                                    |   46 ++-
 bin/csbuild/Makefile.am                            |    2 +-
 bin/csbuild/Makefile.in                            |   48 ++-
 bin/dchroot-dsa/Makefile.am                        |    2 +-
 bin/dchroot-dsa/Makefile.in                        |   48 ++-
 bin/dchroot/Makefile.am                            |    2 +-
 bin/dchroot/Makefile.in                            |   48 ++-
 bin/schroot-base/Makefile.in                       |   46 ++-
 bin/schroot-listmounts/Makefile.am                 |    2 -
 bin/schroot-listmounts/Makefile.in                 |   48 ++-
 bin/schroot-mount/Makefile.am                      |    2 -
 bin/schroot-mount/Makefile.in                      |   48 ++-
 bin/schroot-releaselock/Makefile.am                |    2 -
 bin/schroot-releaselock/Makefile.in                |   48 ++-
 bin/schroot-sbuild/Makefile.in                     |   46 ++-
 bin/schroot/Makefile.am                            |   12 +-
 bin/schroot/Makefile.in                            |   58 +++--
 config.h.in                                        |   63 ----
 configure                                          |  299 +++-----------------
 configure.ac                                       |  181 +------------
 contrib/Makefile.in                                |   46 ++-
 contrib/setup.d/Makefile.in                        |   46 ++-
 debian/changelog                                   |    5 +-
 debian/control                                     |    2 +-
 debian/dchroot-dsa.debhelper.log                   |    1 +
 debian/dchroot.debhelper.log                       |    1 +
 debian/libsbuild-dev.debhelper.log                 |    1 +
 debian/libsbuild-doc.debhelper.log                 |    1 +
 debian/schroot-common.debhelper.log                |    1 +
 debian/schroot-dbg.debhelper.log                   |    1 +
 debian/schroot.debhelper.log                       |    1 +
 doc/Makefile.in                                    |   46 ++-
 etc/Makefile.am                                    |   10 +-
 etc/Makefile.in                                    |   89 ++++---
 etc/bash_completion/Makefile.in                    |   46 ++-
 etc/pam/Makefile.in                                |   46 ++-
 etc/setup.d/Makefile.am                            |   36 +--
 etc/setup.d/Makefile.in                            |  131 +++++----
 man/Makefile.am                                    |   57 ++++
 man/Makefile.in                                    |  129 ++++++---
 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}    |   32 +--
 man/{schroot.1.in => schroot.1.man}                |   36 +--
 man/{schroot.conf.5.in => schroot.conf.5.man}      |   14 +-
 sbuild/Makefile.in                                 |   46 ++-
 scripts/global.mk                                  |   31 ++-
 test/Makefile.in                                   |   46 ++-
 56 files changed, 1103 insertions(+), 1105 deletions(-)
 create mode 100644 debian/dchroot-dsa.debhelper.log
 create mode 100644 debian/dchroot.debhelper.log
 create mode 100644 debian/libsbuild-dev.debhelper.log
 create mode 100644 debian/libsbuild-doc.debhelper.log
 create mode 100644 debian/schroot-common.debhelper.log
 create mode 100644 debian/schroot-dbg.debhelper.log
 create mode 100644 debian/schroot.debhelper.log
 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} (88%)
 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