[buildd-tools-devel] [GIT] sbuild branch, buildd-0.61.0, updated. debian/sbuild-0.61.0-1-21-gf97a8a7

Roger Leigh rleigh at alioth.debian.org
Sat Mar 19 14:52:47 UTC 2011


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, buildd-0.61.0 has been updated
       via  f97a8a7b668c16a2b8281110a91730c7ca349930 (commit)
       via  bde09dca50a33a1689221b6acf3139b1ab7d45c4 (commit)
      from  e198329d2baad4ec62f691600ed70c426f766f14 (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 f97a8a7b668c16a2b8281110a91730c7ca349930
Merge: bde09dc e198329
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Mar 19 14:52:28 2011 +0000

    Merge remote-tracking branch 'origin/buildd-0.61.0' into buildd-0.61.0

commit bde09dca50a33a1689221b6acf3139b1ab7d45c4
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Nov 17 12:08:21 2010 +0000

    Sbuild: Import Dpkg::Control, Dpkg::Deps and minimal dependencies for Lenny
    
    Lenny doesn't have a number of modules in dpkg-dev.  These have
    been imported directly into the sbuild source tree so sbuild can
    work on Lenny without a dpkg backport.  We only need Dpkg::Deps
    and Dpkg::Control, but these have a number of dependencies.  Where
    possible, these dependencies have been trimmed down.
    
    Dpkg::Deps → lib/Sbuild/Deps.pm
    Dpkg::Control → lib/Sbuild/Control.pm
    Dpkg::Control::Changelog → lib/Sbuild/Control/Changelog.pm
    Dpkg::Control::Fields → lib/Sbuild/Control/Fields.pm
      Checksum support hardcoded in (from Dpkg::Checksums).
    Dpkg::Control::Hash → lib/Sbuild/Control/Hash.pm
      Checksum support hardcoded in (from Dpkg::Checksums).
    Dpkg::Control::Info → lib/Sbuild/Control/Info.pm
    Dpkg::Control::Types → lib/Sbuild/Control/Types.pm
    Dpkg::Interface::Storable → lib/Sbuild/Storable.pm
      Compression support removed; use plain FileHandle.
    
    This should not be merged onto the master branch, this is for the
    current buildd branch only, and will be removed once the buildds
    are upgraded to squeeze.

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

Summary of changes:
 configure.ac                           |    1 +
 lib/Sbuild/AptitudeResolver.pm         |    2 +-
 lib/Sbuild/Build.pm                    |    4 +-
 lib/Sbuild/Control.pm                  |  197 ++++++
 lib/Sbuild/Control/Changelog.pm        |   62 ++
 lib/Sbuild/Control/Fields.pm           |  603 ++++++++++++++++
 lib/Sbuild/Control/Hash.pm             |  524 ++++++++++++++
 lib/Sbuild/Control/Info.pm             |  203 ++++++
 lib/Sbuild/{DB => Control}/Makefile.am |   15 +-
 lib/Sbuild/Control/Types.pm            |   57 ++
 lib/Sbuild/Deps.pm                     | 1200 ++++++++++++++++++++++++++++++++
 lib/Sbuild/InternalResolver.pm         |    2 +-
 lib/Sbuild/Makefile.am                 |    8 +-
 lib/Sbuild/ResolverBase.pm             |    4 +-
 lib/Sbuild/Storable.pm                 |  144 ++++
 lib/Sbuild/Version.pm                  |  398 +++++++++++
 16 files changed, 3408 insertions(+), 16 deletions(-)
 create mode 100644 lib/Sbuild/Control.pm
 create mode 100644 lib/Sbuild/Control/Changelog.pm
 create mode 100644 lib/Sbuild/Control/Fields.pm
 create mode 100644 lib/Sbuild/Control/Hash.pm
 create mode 100644 lib/Sbuild/Control/Info.pm
 copy lib/Sbuild/{DB => Control}/Makefile.am (86%)
 create mode 100644 lib/Sbuild/Control/Types.pm
 create mode 100644 lib/Sbuild/Deps.pm
 create mode 100644 lib/Sbuild/Storable.pm
 create mode 100644 lib/Sbuild/Version.pm


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list