[buildd-tools-devel] [GIT] sbuild annotated tag, debian/sbuild-0.60.3-1, created. debian/sbuild-0.60.3-1

Roger Leigh rleigh at alioth.debian.org
Sun Nov 7 22:34:42 UTC 2010


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, debian/sbuild-0.60.3-1 has been created
        at  048857572a79e434058f26d9a235519962205092 (tag)
   tagging  413577ce20a7c10b4fce3b1d2ca5ea3f408d28a8 (commit)
  replaces  debian/sbuild-0.60.2-1
 tagged by  Roger Leigh
        on  Sun Nov 7 22:33:54 2010 +0000

- Log -----------------------------------------------------------------
sbuild-0.60.3-1 (dist=unstable, urgency=low)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABEDAAYFAkzXKVIACgkQVcFcaSW/uEiY5ACfXTaW3XSJKSmlHFcMXNG4sWux
uF0AoLlT9VyUFMZ3x3LyEK+QbCMds33W
=XMaU
-----END PGP SIGNATURE-----

Andres Mejia (61):
      Improve the parse_file() utility subroutine by being able to handle filehandles
      Supply more options to be used with sbuild
      Implement support for supplying directories as arguments, running lintian, and running pre and post build commands
      Have sbuild process current directory if no arguments are supplied
      Update sbuild man page for new features
      Update build system and Debian packaging
      Clean the source dir before building a the source packages
      Sbuild::Build: dpkg-source and lintian options may be undefined
      Merge remote branch 'rleigh/debuild-am2' into debuild-functionality
      Fixup various problems from merge.
      Make pre/post build commands specified in command line to be array refs
      Fix up sbuild man page.
      Clarify that pre/post build commands in configuration file are array of array of strings.
      Implement creating sbuild chroot tarballs.
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into sbuild-update
      Support multiple tarball compression formats besides gzip.
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into debuild-functionality
      Merge sbuild-clean functionality with sbuild-update.
      Don't prepend 'sudo' in example command to run piuparts.
      Update sbuild-createchroot explaining how a tarball is generated based on a specified extension.
      Support running external commands inside and outside chroot.
      Change to using a hash of arrays of arrays as the data structure for external commands.
      Deprecate setup-hook option in favor of chroot-setup-commands feature.
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into debuild-functionality
      Remove deprecated key 'priority' from being added in configuration files.
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into debuild-functionality
      Fix comparison of $debug_level. Only compare if it's defined.
      Run commands only if there are commands to run
      Merge branch 'master' into debuild-functionality
      Fix breakage of commands that are run in root filesystem.
      Merge branch 'master' into sbuild-createchroot
      Merge branch 'master' into sbuild-update
      Merge branch 'master' into debuild-functionality
      Sbuild: Fix uninitalised value warning in debug2
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into debuild-functionality
      Merge branch 'master' into debuild-functionality
      Fix permissions on generated sbuild tarball.
      Setup host session with reasonable defaults.
      Do not ignore options that are set to undef.
      Fix logging of external commands, only logging when specified to log stdout or stderr of commands.
      Fix addition of lintian options to command to run.
      Fix builds from debianized source directories.
      Fix where logging begins/ends.
      Now really fix builds for debianized source directories.

Roger Leigh (83):
      Sbuild::Conf: Use arrayref for dpkg-buildpackage and lintian options
      Sbuild::Chroot: Default I/O streams to standard I/O
      Sbuild::Build: Simplify debugging output
      Sbuild::Build: Use ChrootRoot for running commands on host
      Sbuild::ChrootRoot: Don't inherit from ChrootPlain
      Sbuild::Build: Move object member initialisation earlier in construction
      Sbuild::Chroot: Simplify logic for executing on host
      Sbuild::BuildDepSatisfierBase: Replace uninstall_debs with run_apt call
      Sbuild::AptitudeBuildDepSatisfier: Handle Build-Conflicts and error conditions
      Sbuild::AptitudeBuildDepSatisfier: Clean up dummy deb files
      build: Restore check for aptitude
      Sbuild::Build: Remove 'Have DSC Build Deps'
      Sbuild::AptitudeBuildDepSatisfier: Use package build dependencies directly
      Sbuild::Build: Drop unused is_superset
      Sbuild::BuildDepSatisfierBase: Display toolchain packages directly from dpkg
      Sbuild::Build: Remove unused get_altlist
      Sbuild::Build: Remove unused functions
      Sbuild::BuildDepSatisfierBase: Move merge_pkg_build_deps here
      Sbuild: Fully separate internal and aptitude resolvers
      Sbuild::Options: Fix warning when using gcc-snapshot
      Sbuild::BuildDepSatisfierBase: Add chroot locking functions
      Buildd: Remove srcdep and install locks
      sbuild: Call unlock_chroot() on shutdown
      Sbuild: Rename BuildDepSatisfier classes to Resolver
      Sbuild::Build: Use Dpkg::Control to parse .dsc
      Merge branch 'master' into sbuild-update
      NEWS: Bump version to 0.60.3
      debian: Bump version to 0.60.3-1
      debian: Close #403246
      debian: Close #464376
      Sbuild::Conf: Make aptitude the default resolver
      NEWS: aptitude is the default resolver
      debian: aptitude is the default resolver
      Merge branch 'master' into sbuild-createchroot
      AUTHORS: Add Andres Mejia and also document in sbuild-createchroot(8)
      man: Add Andres Mejia to AUTHORS/COPYRIGHT
      sbuild-createchroot: Rename --keep-sbuildchroot-dir to --keep-sbuild-chroot-dir
      sbuild-createchroot: Default to .tar.gz rather than .tgz
      sbuild-createchroot: Correct message to print .tar.gz rather than .tgz
      Sbuild::ConfBase: Never set Sbuild::debug_level to undef
      debian: Close #602318
      debian: Document tarball creation by sbuild-createchroot
      NEWS: Document sbuild-createchroot tarball creation
      debian: Close #545215
      Sbuild: Internal resolver uses AptDependencies
      Sbuild::InternalResolver: Remove use of obsolete $conf::srcdep_over
      Sbuild::InternalResolver: Remove obsolete sourcedeps override support
      Sbuild::Chroot: Move chroot locking here
      sbuild-update: Lock chroot to block if a build is running
      Merge branch 'master' into debuild-functionality
      Sbuild::Build: Create Host ChrootRoot object in constructur
      Sbuild::Build: Remove removed install_core function call and reindent
      Sbuild::Build: Don't strip epoch before calling set_version
      Sbuild: Handle failure paths better
      Sbuild::InternalResolver: Move get_dpkg_status and get_apt_policy here
      Sbuild::Conf: Default RESOLVE_VIRTUAL to off
      debian: Default $resolve_virtual to 0
      Merge branch 'master' into debuild-functionality
      Sbuild::Build: Only log to build log during a package build
      Sbuild::Build::run_external_commands: Initialise $chroot to 0
      Sbuild::Conf: external_commands is a hashref
      sbuild.conf: Remove obsolete %alternatives
      man: external_commands is a hashref
      Sbuild::ResolverBase: Move get_dpkg_status here
      Sbuild::Build: Install core build dependencies separately
      Sbuild::Base: Don't warn about undefined log streams unless debugging
      Sbuild::Build: Rearrange order of external commands
      Sbuild::Build: Log source package creation
      debian: Close #551311 and document lintian and external commands
      Sbuild::Build: run_external_commands: Don't log section if no commands specified
      Sbuild::Build: Log summary statistics
      AUTHORS: Add lintian/external commands authorship
      Sbuild::ChrootInfoSchroot: Parse chroot namespaces
      Sbuild::Conf: Log external command output by default
      Sbuild::ChrootInfo: Add support for namespaces
      debian: Close #567505
      Sbuild::ChrootInfo: Support namespaces properly with sudo
      sbuild.conf: Document $build_dep_resolver
      Sbuild::ResolverBase: Don't log Build-Depends/Conflicts by default
      Sbuild: Update copyright
      debian: Fix typo
      NEWS: Document new features
      debian: Correct version

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


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list