[buildd-tools-devel] [GIT] schroot branch schroot-1.6 updated. debian/schroot-1.6.5-1-8-g05cbe62

Roger Leigh rleigh at alioth.debian.org
Sun Sep 29 22:51:06 UTC 2013


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, schroot-1.6 has been updated
       via  05cbe6229fa2df20d86e218fe919c45e34e14025 (commit)
       via  f4a359a41ce1da81879301bda595a0400f8e39e4 (commit)
       via  a3403d8cc52edf52a712c1b409ce8fed5ccd6fb9 (commit)
       via  4bf434c38bd9815d1296066e5c92ce3902f02ed3 (commit)
       via  c74ebc558bf44b71186b393d0089afc9a423f658 (commit)
       via  cbca64067ab16a7456c5f3a897b1074e5046e754 (commit)
       via  39e74207cdae278bab8e58a99e4af6cbb3718f9a (commit)
       via  78fd4474e5c7313309351093fc81c40f3ba6220e (commit)
      from  0c21e0a70a9f20d910957b64644103b865c3266a (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 05cbe6229fa2df20d86e218fe919c45e34e14025
Merge: 0c21e0a f4a359a
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 23:50:07 2013 +0100

    Merge branch 'cmake-1.6' into schroot-1.6

commit f4a359a41ce1da81879301bda595a0400f8e39e4
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 23:43:55 2013 +0100

    debian: Install translated manpages

commit a3403d8cc52edf52a712c1b409ce8fed5ccd6fb9
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 23:14:42 2013 +0100

    po: Update

commit 4bf434c38bd9815d1296066e5c92ce3902f02ed3
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 23:11:55 2013 +0100

    man: Backport de translation

commit c74ebc558bf44b71186b393d0089afc9a423f658
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 21:39:40 2013 +0100

    debian: Bump version to 1.6.6-1 and close #683959, #683137
    
    Switch the build to use cmake rather than configure when
    building, which permits the installation of translated
    manual pages.

commit cbca64067ab16a7456c5f3a897b1074e5046e754
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 23:07:29 2013 +0100

    NEWS: Bump version to 1.6.6
    
    Document cmake, bitbucket and manual page translations.

commit 39e74207cdae278bab8e58a99e4af6cbb3718f9a
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 29 22:31:25 2013 +0100

    doc: Upgrade doxygen files

commit 78fd4474e5c7313309351093fc81c40f3ba6220e
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Sep 8 22:51:43 2013 +0100

    build: Add cmake build infrastructure
    
    This permits building using cmake rather than the existing
    autoconf/automake/libtool infrastructure.  Both autotools and
    cmake will be supported for all future 1.6 releases.

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

Summary of changes:
 .gitattributes                                     |    2 +
 CMakeLists.txt                                     |  348 ++
 NEWS                                               |   28 +-
 README                                             |   72 +-
 contrib/Makefile.am => bin/CMakeLists.txt          |   15 +-
 bin/dchroot-dsa/CMakeLists.txt                     |   40 +
 bin/dchroot/CMakeLists.txt                         |   50 +
 .../Makefile.am => bin/schroot-base/CMakeLists.txt |   17 +-
 bin/schroot-base/schroot-base-run.h                |    2 +-
 .../schroot-listmounts/CMakeLists.txt              |   20 +-
 .../schroot-mount/CMakeLists.txt                   |   22 +-
 .../{Makefile.am => CMakeLists.txt}                |   32 +-
 bin/schroot/CMakeLists.txt                         |   59 +
 cmake/GitRelease.cmake                             | 1009 ++++++
 cmake/boost-checks.cmake                           |   87 +
 cmake/regex-checks.cmake                           |   61 +
 config.h.cmake                                     |  171 +
 configure.ac                                       |   13 +
 debian/changelog                                   |   14 +
 debian/control                                     |    2 +-
 debian/dchroot-dsa.install.in                      |    2 +
 debian/dchroot.install.in                          |    6 +-
 debian/rules                                       |   57 +-
 debian/schroot.install.in                          |   30 +-
 doc/CMakeLists.txt                                 |   42 +
 doc/{sbuild.dox.in => sbuild.dox.cmake}            |  649 +++-
 doc/sbuild.dox.in                                  |  643 +++-
 doc/{schroot.dox.in => schroot.dox.cmake}          |  662 +++-
 doc/schroot.dox.in                                 |  644 +++-
 etc/CMakeLists.txt                                 |   73 +
 .../bash_completion/CMakeLists.txt                 |   10 +-
 contrib/Makefile.am => etc/pam/CMakeLists.txt      |   11 +-
 .../Makefile.am => etc/setup.d/CMakeLists.txt      |   45 +-
 man/CMakeLists.txt                                 |  217 ++
 man/Makefile.am                                    |    2 +-
 man/config.man.cmake                               |   17 +
 man/po/LINGUAS                                     |    1 +
 man/po/{fr.po => de.po}                            | 3667 ++++++++++----------
 man/po/fr.po                                       |  576 +--
 man/po/schroot-man.pot                             |    4 +-
 man/po4a.cfg                                       |   12 +-
 po/CMakeLists.txt                                  |   93 +
 po/cs.po                                           |    2 +-
 po/da.po                                           |    2 +-
 po/de.po                                           |    2 +-
 po/en.po                                           |    2 +-
 po/eu.po                                           |    2 +-
 po/fr.po                                           |    2 +-
 po/it.po                                           |    6 +-
 po/pt.po                                           |    2 +-
 po/schroot.pot                                     |    2 +-
 po/sv.po                                           |    2 +-
 po/vi.po                                           |    2 +-
 po/zh_CN.po                                        |    2 +-
 sbuild/CMakeLists.txt                              |  241 ++
 .../{sbuild-config.h.in => sbuild-config.h.cmake}  |   72 +-
 sbuild/sbuild-config.h.in                          |    3 +
 sbuild/sbuild-i18n.h                               |    8 +-
 sbuild/sbuild-session.cc                           |   10 +
 sbuild/sbuild.pc.cmake                             |   10 +
 scripts/global.mk                                  |    4 +-
 test/CMakeLists.txt                                |  148 +
 test/cleanup-test-data.cmake                       |    3 +
 test/sbuild-chroot-config.cc                       |    2 +
 test/sbuild-keyfile.cc                             |    2 +
 test/sbuild-lock.cc                                |    2 +
 test/sbuild-run-parts.cc                           |    2 +
 test/setup-test-data.cmake                         |    7 +
 68 files changed, 7173 insertions(+), 2896 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 CMakeLists.txt
 copy contrib/Makefile.am => bin/CMakeLists.txt (68%)
 create mode 100644 bin/dchroot-dsa/CMakeLists.txt
 create mode 100644 bin/dchroot/CMakeLists.txt
 copy contrib/Makefile.am => bin/schroot-base/CMakeLists.txt (62%)
 copy etc/bash_completion/Makefile.am => bin/schroot-listmounts/CMakeLists.txt (61%)
 copy etc/bash_completion/Makefile.am => bin/schroot-mount/CMakeLists.txt (58%)
 copy bin/schroot-releaselock/{Makefile.am => CMakeLists.txt} (55%)
 create mode 100644 bin/schroot/CMakeLists.txt
 create mode 100644 cmake/GitRelease.cmake
 create mode 100644 cmake/boost-checks.cmake
 create mode 100644 cmake/regex-checks.cmake
 create mode 100644 config.h.cmake
 create mode 100644 doc/CMakeLists.txt
 copy doc/{sbuild.dox.in => sbuild.dox.cmake} (69%)
 copy doc/{schroot.dox.in => schroot.dox.cmake} (69%)
 create mode 100644 etc/CMakeLists.txt
 copy contrib/Makefile.am => etc/bash_completion/CMakeLists.txt (80%)
 copy contrib/Makefile.am => etc/pam/CMakeLists.txt (81%)
 copy bin/schroot-base/Makefile.am => etc/setup.d/CMakeLists.txt (52%)
 create mode 100644 man/CMakeLists.txt
 create mode 100644 man/config.man.cmake
 copy man/po/{fr.po => de.po} (56%)
 create mode 100644 po/CMakeLists.txt
 create mode 100644 sbuild/CMakeLists.txt
 copy sbuild/{sbuild-config.h.in => sbuild-config.h.cmake} (50%)
 create mode 100644 sbuild/sbuild.pc.cmake
 create mode 100644 test/CMakeLists.txt
 create mode 100755 test/cleanup-test-data.cmake
 create mode 100755 test/setup-test-data.cmake


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list