[buildd-tools-devel] [GIT] sbuild branch master updated. release/sbuild-0.64.3-15-g91fbad5

Benjamin Drung bdrung at moszumanska.debian.org
Thu Oct 9 15:36:22 UTC 2014


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 branch, master has been updated
       via  91fbad5ea4bde3dea70c4bf32aa84ca5c46fa6d9 (commit)
       via  d4985a1f1ce057bafe2745e9157dc06a44ed8745 (commit)
       via  ee46993252d5bececccf6d55aef1dfb2de252232 (commit)
       via  0d592eb9732b046e31a1d7b4fc9af2f3d0ae1989 (commit)
       via  996508e5731edf5ae52e060f13691214e3afe902 (commit)
       via  931340caf9791a0044f80516e10ffec67aafe716 (commit)
       via  a12d2ab3f1a7a01dcdf3c11d816f7cffcc5f8814 (commit)
      from  421e5fb83f01d9add0e505a8cb09f4de0fe72382 (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 91fbad5ea4bde3dea70c4bf32aa84ca5c46fa6d9
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Oct 9 16:58:28 2014 +0200

    Update debian/changelog

commit d4985a1f1ce057bafe2745e9157dc06a44ed8745
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Oct 9 16:25:23 2014 +0200

    Bump Standard-Version to 3.9.6

commit ee46993252d5bececccf6d55aef1dfb2de252232
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Oct 9 16:21:24 2014 +0200

    Fix indentation and remove trailing spaces

commit 0d592eb9732b046e31a1d7b4fc9af2f3d0ae1989
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Oct 9 16:12:50 2014 +0200

    Export additional variables to external commands.
    
    SBUILD_CHROOT_DIR, SBUILD_BUILD_DIR, and SBUILD_PKGBUILD_DIR are exported
    to the external commands.

commit 996508e5731edf5ae52e060f13691214e3afe902
Author: Geoffrey Thomas <gthomas at mokafive.com>
Date:   Wed Aug 14 15:39:41 2013 -0700

    Implement --extra-repository="deb scheme://..."
    
    This simply adds another line to the sources.list.d file that lists our
    dummy archive for build-dependency resolution, making that repository
    available for providing build-dependencies. The purpose of this option
    is to make it easier to build packages against a local archive without
    modifying the source chroot to list that archive.
    
    Signed-off-by: Benjamin Drung <benjamin.drung at profitbricks.com>

commit 931340caf9791a0044f80516e10ffec67aafe716
Author: Geoffrey Thomas <gthomas at mokafive.com>
Date:   Wed Feb 13 00:57:56 2013 -0800

    Implement --extra-package=package.deb
    
    This simply adds a deb on the host system to the existing dummy archive
    created for the build-dependency resolution metapackage, which makes it
    available for resolving build dependencies. The purpose of this option
    is to make it easier to build packages against locally-built build
    depenencies, without waiting for those packages to enter the main
    archive, or going through the hassle of maintaining a local archive and
    making it accessible inside the chroot.
    
    This option is named similarly to the EXTRAPACKAGES option in
    pbuilderrc(5), but note that it takes a .deb, not a package name.
    
    Thanks to Emanuele Aina for review!
    
    Signed-off-by: Benjamin Drung <benjamin.drung at profitbricks.com>

commit a12d2ab3f1a7a01dcdf3c11d816f7cffcc5f8814
Author: Geoffrey Thomas <gthomas at mokafive.com>
Date:   Wed Jul 3 22:37:27 2013 -0700

    Sbuild::ResolverBase: Implement update_archive using apt-get update
    
    David Kalnischkies pointed out in bug #714877 a clever way to make
    apt-get update only affect a single sources.list-format file, using various
    apt options to override the sources.list and sources.list.d locations,
    and keep the lists for existing sources. This works "in any apt
    version", and is cleaner than faking the list operations ourselves.
    
    Signed-off-by: Benjamin Drung <benjamin.drung at profitbricks.com>

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

Summary of changes:
 debian/changelog           | 22 ++++++++++++++
 debian/control             |  2 +-
 lib/Buildd/Daemon.pm       |  8 ++---
 lib/Buildd/Mail.pm         |  8 ++---
 lib/Buildd/Uploader.pm     |  4 +--
 lib/Sbuild/Build.pm        | 29 +++++++++++-------
 lib/Sbuild/Conf.pm         | 12 ++++++++
 lib/Sbuild/Options.pm      |  8 ++++-
 lib/Sbuild/ResolverBase.pm | 73 +++++++++++++++++++++++-----------------------
 man/sbuild.1.in            | 37 +++++++++++++++++++++++
 10 files changed, 145 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list