[buildd-tools-devel] [GIT] sbuild annotated tag, release/sbuild-0.41, created. release/sbuild-0.41

Roger Leigh rleigh at alioth.debian.org
Sat Jun 13 18:09:49 UTC 2009


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.41 has been created
        at  39b94c1b5238845943a7f2ffcc4f2b16383bddfc (tag)
   tagging  5c7259fe025971588142d587ac8902c452cad06d (commit)
 tagged by  Roger Leigh
        on  Sat Jun 13 19:08:56 2009 +0100

- Log -----------------------------------------------------------------
sbuild-0.41
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABEDAAYFAkoz6zgACgkQVcFcaSW/uEhZDwCfaSIwlz7tYE9xZv1+rv4HSWP+
KvEAnREC6jht8bQVieMmyLwWzRn4Zdfc
=Ez/2
-----END PGP SIGNATURE-----

Francesco Paolo Lovergine (5):
      Initial revision
      New ref-* uptodate for sarge/sid.
      Minimal change to doc for configs.
      Missing file cvslogs.old added to CVS repo.
      Little modification to last note.

Michael Banck (14):
      * bin/abort-current-build: Remove the -B from the grep line as sbuild -s does not pass that option to dpkg-configure and abort-current-build fails in that case.
      * bin/abort-current-build: Remove the `-B' from the grep line as
      * sbuild: Set the locale to `POSIX' to make debconf and debhelper calls in
      * sbuild: Removed check for specific distributions. Instead, fail if
      Add closes #287672 to changelog
      Fixed up changelog to not get CVS commit messages
      * sbuild: Only override Distribution in .changes if specified as option on
      * sbuild: Specify full path for Dir::Etc::main and Dir::Etc::parts.
      * example.sbuildrc: Clarify that $maintainer_name is not mandatory and
      * Applied patch by Santiago Vila:
      * sbuild: Tolerate '0' as version number, thanks Santiago Vila.
      Add closes: tag for #292717
      Reformatted changelog entry to comply with earlier bug-closing mannors
      Final changes for 0.35 upload

Roger Leigh (92):
      * debian/changelog: Convert to UTF-8.
      * debian/control: Update to Standards-Version 3.6.2.
      Update debhelper build dependency.
      Update copyright notice with current FSF postal address.
      Split changes files sent in the log every 1000 characters, to better
      Always show versions of installed build dependencies.
      Split changes files sent in the log every 989 characters, to better
      Always purge packages when building in a chroot.
      Output purged packages line by line, rather than all at once.
      Use strftime() and getpwuid() instead of the external commands date and whoami.
      Use /var/lib/sbuild/apt.conf if it exists, and create it if it does
      Allow arch: all packages to be built when $main::build_arch_all is true.
      Hardware DEBIAN_FRONTEND to "noninteractive" when installing and purging
      Fix support for '~' in version numbers.
      Add Sbuild.pm (upstream WannaBuild.pm), and replace version_cmp() with
      + Add REDO support for binNMUs.
      + Delete binary-all packages that we didn't ask to be built.
      + Remove watches.
      avg-pkg-build-space.1: Update text.
      Add $conf::chroot_only for compatibility with upstream, even though we don't
      example.sbuildrc:
      Add full stop to SEE ALSO line.
      - sbuild.conf:
      Make strftime() usage more consistent, with no trailing newline.
      Move sbuild.conf.local changes outside the SVN merge section.
      Add $conf::dpkg_source.
      Add $build_env_cmnd.
      Fix typo.
      + Merge whitespace and indentation changes.
      shutdown(): Don't close the package log if there is no current job.
      Remove redundant assignment.
      read_build_essential(): Read build-essential from $main::chroot_dir
      Set $main::arch using $conf::dpkg.
      Add @main::toolchain_pkgs and @toolchain_regex.
      analyze_fail_stage(): support install-deps-env() and chdir to $main::cwd.
      More whitespace and indentation changes.
      check_space(): Redirect stderr of du to /dev/null.
      run_apt(): Complete support for "install-deps-env".
      Add --use-snapshot for building with gcc-snapshot.
      build(): Remove dpkg-buildpackage debugging statements.
      merge_pkg_build_deps(): Correctly separate depdendencies in $deps,
      Remove support for --store-built-packages.
      get_dpkg_status(): Check $version is set and compute $result in the
      run_apt(): Remove '*' from $pkgs and $rpkgs.
      install_deps(): purge packages with "dpkg --set-selections".
      fetch_source_files(): Support versioned fetches with apt-get.
      When running dpkg --set-selections, use $main::chroot_dir rather than
      Fix typo.
      Merge whitespace changes.
      Add support for auto_giveback_socket: add an extra argument to
      Support new --make-binNMU options.
      Add support for $conf::chroot_only, and default to only running in a chroot
      cleanup_close: Set $main::current_job to "" and shutdown if
      Move "Package claims to have built" error message to the same place as
      Add support for building from experimental.
      * sbuild:
      Version 0.37.
      Fix mail address.
      Move schroot metadata parsing to a separate function, get_schroot_info().
      Move path and APT setup into a separate function, setup_options().
      Parse both "Location" (for backwards-compatibility) and "Mount Location".
      Remove check_dpkg_version().  This has not been necessary since the
      When $chroot_mode == "schroot", clear %main::dist_order and
      New functions get_command(), run_command(), get_apt_command() and
      run_apt_command: When using schroot, run command in a chroot, otherwise run
      New function exec_command().  This is the same as run_command(), but
      - New functions log_command() to log a command being run,
      * Use new commands for running commands inside and outside chroots:
      * sbuild: Add schroot session management.  Sessions are created, run and
      * Add missing newline to log message.
      * sbuild.1: Update outdated information.  Correct macro usage and
      Correct command-line summary (Closes: #311589).
      * #287669 is also closed now full sudo access is no longer required.
      * sbuild-setup.7: New manpage.  This describes how to set up a chroot
      * chroot/buildd.chroot.pre-sarge: Remove.
      * chroot/buildd.chroot:
      * Cleanups to all manual pages.
      Don't include full-stops in section headings.
      * get_apt_command() and run_apt_command() take an additional parameter,
      Version 0.38.
      * fetch_source_files(): Merge from upstream SVN (cset 94); Strip trailing
      * Update copyright notice (add myself as a copyright holder).
      * sbuild:
      * sbuild: Add two debugging messages.
      * Version 0.39.
      * sbuild: Fix typos in debug statement ($main::distribution rather than
      * sbuild: get_schroot_info(): Parse schroot "--info" Path (chroot location)
      * schroot: get_schroot_info(): Parse schroot "--info" Type (chroot type)
      Version 0.40.
      * sbuild: setup_options(): Set $main::chroot_apt_options in the same
      * sbuild: setup_options(): Correct usage of a scalar reference rather than
      * Version 0.41.

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


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list