Change logs for sbuild source package in Feisty

  • sbuild (0.52) unstable; urgency=low
    
      * New upstream release.
      * sbuild: Remove incorrect WannaBuild:: prefix from version_compare.
    
    sbuild (0.51) unstable; urgency=high
    
      * Urgency is high because this version fixes an RC bug in testing.
      * Sbuild.pm: Fix handling of ~ in versions (merge from upstream SVN cset
        100; Closes: 392752).
      * sbuild, Sbuild/Conf.pm, sbuild.conf.local: Add support for setting APT
        policy, to allow building from experimental and sarge-backports.
        Thanks to Wouter Verhelst for this patch, which has been slightly
        modified to add configurability and adapt to this version of sbuild.
      * sbuild:
        - Don't run md5sum inside the chroot.  Thanks to Michael Banck
          (Closes: #392323).
        - chroot_arch():  New function to detect build architecture from
          within the chroot.  Thanks to Kees Cook (Closes: #392992).
      * Sbuild/Conf.pm: Fix check for schroot.  Thanks to Julien Danjou for
        finding this (Closes: #392751).
      * sbuild-setup.7.in: Correct example commandline for debootstrap.
        Thanks to Alex Pennace (Closes: #391277).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  08 Nov 2006 17:41:26 +0000
  • sbuild (0.50) unstable; urgency=low
    
      * debian/copyright: Add Alioth file download location.
      * chroot/add_sbuild_user:
        - Fix chrapt command examples in output to use correct option syntax,
          thanks to Matthias Julius (Closes: #381186).
        - Add SHELL to sudoers env_keep.
      * sbuild:
        - dsc_md5sums: Return hashref on failure, rather than -1.
        - verify_md5sums: Only run md5sum if there is one or more md5sum to
          verify, to prevent md5sum waiting forever on stdin if there are no
          files to check.  Thanks to Daniel Stone.
      * Sbuild.pm: Use new binNMU versioning scheme (+bn), taken from
        wanna-build SVN.  Thanks to Clint Adams (Closes: #384137).
      * Sbuild/Conf.pm: Check sudo does not strip SHELL from the environment.
      * sbuild-setup.7.in: Document needed addition of SHELL to sudoers
        env_keep (Closes: #389815).
    
    sbuild (0.49) unstable; urgency=low
    
      * Sbuild/Conf.pm: init checks if APT_CONFIG and DEBIAN_FRONTEND are
        being stripped from the environment by sudo (when running in split
        mode), and aborts with instructions for correctly configuring sudo.
        This prevents apt-get silently using the configuration from the host
        system instead of the chroot.
      * Sbuild/Chroot.pm: When running in split mode, use the -s option of
        su to set the shell used inside the chroot to /bin/sh.  This
        ensures that a valid shell is always used when the $SHELL is not
        available inside the chroot (Closes: 378283).
      * sbuild.conf, sbuild.conf.local, update-sourcedeps, sbuild.1.in,
        avg-pkg-build-time.1.in: Update to use the new configuration file
        locations.
    
     -- mlind <email address hidden>   Mon,  09 Oct 2006 22:37:22 +0100