[buildd-tools-devel] [GIT] sbuild annotated tag release/sbuild-0.63.0 created. debian/sbuild-0.63.0-1

Roger Leigh rleigh at alioth.debian.org
Wed May 30 22:43:30 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 "sbuild".

The annotated tag, release/sbuild-0.63.0 has been created
        at  b41ec120e2b4bc18f5c01bf7b46bc6cf0fae1b66 (tag)
   tagging  779e65fac8c1f3488afb1181a07adb835353d109 (commit)
  replaces  debian/sbuild-0.62.6-1
 tagged by  Roger Leigh
        on  Wed May 30 23:40:51 2012 +0100

- Log -----------------------------------------------------------------
sbuild version 0.63.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCgAGBQJPxqHzAAoJEOJSSsUKn1xZwJwP/irUz3ydkdC9XYn6yqU9nL65
ALszT45qzFuNggJikrR1PMhCmgA7OYT1S/kw0tr5z2nNgAqRjgm9fPu9+VtGID4V
fr/9Le3Kh7aR9sX/iGV2uUbPohEy6q60k4DLekc0+uDW3L3gay2/lVo6nNby1Yao
2kQxvUUVTFw+k/205vPhOmvGOpmymQFun/UbUebkV6FsxKbpMI4SL79vf9lo1nZp
ZmJR5rdEF4ud4xsHn3Og6x7IhvSmqnEHtcZ3oI1Af9kYiEXEk6M4qFuYgVvA+ocA
6L/LH5QcolmbkDZPAJRyW2qP8v/DRHH9JQf+CFHF58HaQNTJSM5oXs9lL8BlReC0
csUMe1Wt2YU3UBMAR2+THjBqnCGou6CT1688eEhNCidXzDt6TSrf66t25GBqwARI
P/Z+f4XkpQZcLOP4A+bcWEvlLFY9y+lzeaOEJVF5ft+AnbfAX0ygGfRkwXXuxWac
WNh1C0d/qd+jvfr+YRuTIEYxy9oQt4Xzu3pumOVlH9ARez+TfrxeFs48WvqYazZ0
f9TvH15Vv/gmbd8GJkUO6VQJhYGqdpw0koX1ZD92kixh8vxyQZfJdXgJUdUZFY6h
A0jDWciexqPemW1+PSAK3ZuzZkLJl+zauviIK0rUcsssgSYTlVuf09/tsEAhhvBl
lE2tOrVdNYWiFOQ9Uw3ViEYEABEDAAYFAk/GofMACgkQVcFcaSW/uEhfTQCfU+pQ
wmuGxj7McB9fimY2McCdN3wAoJkTYvM5Aqz9k9V5h/QM9AUUe/e0
=5jDL
-----END PGP SIGNATURE-----

Hector Oron (2):
      Sbuild: Initial support for cross-building
      Sbuild: Add Xapt as a dependency resolver

Max Thoursie (3):
      Sbuild::Build: Remove double if statements
      Sbuild::Build: Output the contents of debian/files w/o a box
      debian: debian/rules runs ./bootstrap when needed

Philipp Kern (1):
      lib/Sbuild.pm, man/sbuild-setup.7.in: fix privilege typo

Roger Leigh (37):
      Sbuild: Remove internal resolver
      NEWS: Document cross-build addition and internal removal
      Sbuild: Remove watches
      NEWS: Document watches removal
      sbuild-stats: Remove
      NEWS: Document sbuild-stats removal
      Sbuild: Fix cross-build variable mismatches
      Sbuild::Build: Include @crosscoredeps in @coredeps
      Sbuild::Build: Unlink old build log before opening new log
      Sbuild::Build: Don't use dedicated log dir for user mode
      Sbuild: LOG_DIR default depends upon SBUILD_MODE
      sbuild-dumpconfig: Don't wrap manpage help text
      Sbuild: LOG_DIR default depends upon SBUILD_MODE
      Sbuild::Build: Include @crosscoredeps in @coredeps
      Sbuild::Build: Don't use dedicated log dir for user mode
      Sbuild: LOG_DIR default depends upon SBUILD_MODE
      Sbuild::ResolverBase: Set defaults for host and build arch
      Merge branch 'cross-build'
      Sbuild::Conf: Fix typo in TOOLCHAIN_REGEX help text
      test: Remove sbuild-stats
      test: Add wanna-build test script for buildd
      test: Add user option to wanna-build
      test: Add database option to wanna-build
      Buildd::Conf: Correct misused HASH argument in constructor
      debian: Update changelog from NEWS
      Sbuild::Build: Add separators around debian/files output
      Sbuild::Log: Remove
      build: Don't distribute or install Sbuild/Log.pm
      99builddsourceslist: Add initialisation from buildd/config
      Merge branch 'master' of ssh+git://git.debian.org/git/buildd-tools/sbuild
      Merge remote-tracking branch 'scratch/cross-build'
      Sbuild::ResolverBase: Fix indentation
      debian: Update changelog date
      debian: Drop /etc/schroot/setup.d from installation
      etc: Drop long obsolete 25nssdatabases setup script
      debian: Document 25nssdatabases removal
      debian: buildd doesn't install schroot setup scripts

Wookey (27):
      Sbuild::Conf: Add MULTIARCH_CORE_DEPENDENCIES table
      debian: Add changelog entry for cross-build changes
      Sbuild::Build: Further clarification of build/host architecture
      Sbuild::Conf: Add dpkg-cross and pkg-config link to arm cross packages
      Sbuild::ResolverBase: Configure dpkg foreign-architecture
      Sbuild::Build Add CROSSBUILD_CORE_DEPENDS{arch} to core deps
      Sbuild::ResolverBase: Use build arch for dummy deps package
      Sbuild::Build: Set environment variables for cross-building
      Sbuild::Build: Cross-building uses apt-get build-dep
      Sbuild::ResolverBase.pm: Broken indentation tidy
      Fix run_fetch_install_packages so native builds work as well as cross Issue was that if $crosscoredeps is not defined the code barfs on @{$crosscoredeps->{$self->get_conf('HOST_ARCH'), rather than it just being empty. This code can be improved by a competent perl person.
      Explicitly use shell in setup-dpkg to ensure redirect works properly.
      Correct typos in logging messages for setting cross-arch config
      Add log subsection for installing cross-build-deps
      Set Host and Build Arches in object, then use throught
      Set Host and Build arch in resolver object. Make names consistent. Part two of using get instead of get_conf for arches
      Fix string quoting error in cross-build-coredeps config
      Sbuild::Build: Fix run_fetch_install_packages for native builds
      Sbuild::ResolverBase: Explicitly use shell in setup_dpkg
      Sbuild: Correct typos in logging messages for setting cross-arch config
      Sbuild::Build: Add log subsection for installing cross-build-deps
      Sbuild::Build: Set Host and Build Arches in object, then use throughout
      Sbuild::ResolverBase: Set Host and Build arch in resolver object
      Sbuild::Conf: Fix string quoting error in cross-build-coredeps config
      Use new dpkg 1.16.2 --add-architecture syntax so sbuild crosses-builds on Debian chroots
      Use crossbuild-essential-$arch to gloss over distro differences
      Don't check xapt exists unless it is configured - this config is rarely, if ever, used.

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


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list