[buildd-tools-devel] [GIT] sbuild branch, buildd-0.62.0, updated. debian/sbuild-0.62.0-1-3-gf793d9f

Roger Leigh rleigh at alioth.debian.org
Sat Mar 19 14:58:26 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.62.0 has been updated
       via  f793d9f4f5a0b183678b22ae8c97021a48ef9b02 (commit)
      from  d713f6c0868642152e2c5a59e8c4831050eb7f98 (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 f793d9f4f5a0b183678b22ae8c97021a48ef9b02
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/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/Control}/Makefile.am |   16 +-
 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 +++++++++++
 15 files changed, 3412 insertions(+), 11 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/Control}/Makefile.am (82%)
 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