[libanyevent-memcached-perl] branch master updated (cea07ce -> 4088aab)

gregor herrmann gregoa at debian.org
Mon Oct 28 22:09:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libanyevent-memcached-perl.

      from  cea07ce   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  eadab5b   Imported Upstream version 0.06
       new  c251ffb   Merge tag 'upstream/0.06'
       new  974cbc4   New upstream release.
       new  c45c729   Don't install README anymore.
       new  e119940   Update debian/copyright.
       new  726696d   Remove versions from (build) dependencies.
       new  e146b22   Update long description.
       new  cafec74   Declare compliance with Debian Policy 3.9.5.
       new  ded61a6   Add more build dependencies, needed by the test suite.
       new  925e23c   Add patch to fix some spelling mistakes in the POD.
       new  4088aab   releasing package libanyevent-memcached-perl version 0.06-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                |    3 +
 MANIFEST.SKIP                          |    1 +
 META.yml                               |   11 +-
 debian/changelog                       |   18 +-
 debian/control                         |   37 +-
 debian/copyright                       |    8 +-
 debian/libanyevent-memcached-perl.docs |    1 -
 debian/patches/series                  |    1 +
 debian/patches/spelling.patch          |   36 ++
 inc/Module/AutoInstall.pm              |  930 ++++++++++++++++++++++++++++++++
 inc/Module/Install.pm                  |  470 ++++++++++++++++
 inc/Module/Install/AutoInstall.pm      |   93 ++++
 inc/Module/Install/Base.pm             |   83 +++
 inc/Module/Install/Can.pm              |  154 ++++++
 inc/Module/Install/Fetch.pm            |   93 ++++
 inc/Module/Install/Include.pm          |   34 ++
 inc/Module/Install/Makefile.pm         |  418 ++++++++++++++
 inc/Module/Install/Metadata.pm         |  722 +++++++++++++++++++++++++
 inc/Module/Install/Win32.pm            |   64 +++
 inc/Module/Install/WriteAll.pm         |   63 +++
 lib/AnyEvent/Memcached.pm              |    6 +-
 21 files changed, 3217 insertions(+), 29 deletions(-)
 delete mode 100644 debian/libanyevent-memcached-perl.docs
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 inc/Module/AutoInstall.pm
 create mode 100644 inc/Module/Install.pm
 create mode 100644 inc/Module/Install/AutoInstall.pm
 create mode 100644 inc/Module/Install/Base.pm
 create mode 100644 inc/Module/Install/Can.pm
 create mode 100644 inc/Module/Install/Fetch.pm
 create mode 100644 inc/Module/Install/Include.pm
 create mode 100644 inc/Module/Install/Makefile.pm
 create mode 100644 inc/Module/Install/Metadata.pm
 create mode 100644 inc/Module/Install/Win32.pm
 create mode 100644 inc/Module/Install/WriteAll.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-memcached-perl.git



More information about the Pkg-perl-cvs-commits mailing list