[libtest-mockmodule-perl] branch master updated (28d465b -> f502953)

gregor herrmann gregoa at debian.org
Sun Jun 21 01:28:42 UTC 2015


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

gregoa pushed a change to branch master
in repository libtest-mockmodule-perl.

      from  28d465b   update changelog
      adds  994155c   Imported Upstream version 0.10
       new  368fe73   Merge tag 'upstream/0.10'
       new  a2477ab   New upstream release 0.10.
       new  03d4d38   Add debian/upstream/metadata
       new  a08663d   Update debian/changelog
       new  f49ba7b   debian/copyright: new upstream maintainer/copyright holder/license.
       new  74f16dc   Add build dependency on libmodule-build-perl.
       new  9c1c28f   Reformat debian/control with cme
       new  9b81888   Mark package as autopkgtest-able.
       new  f9f0e04   Declare compliance with Debian Policy 3.9.6.
       new  d804a00   Switch to source format "3.0 (quilt)".
       new  c9e0755   Bump debhelper compatibility level to 9.
       new  345d9dc   Add (build) dependency on libsuper-perl.
       new  f502953   releasing package libtest-mockmodule-perl version 0.10-1

The 13 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:
 Build.PL                 |  39 +++
 Changes                  |  17 ++
 LICENSE                  | 680 +++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST                 |  12 +-
 MANIFEST.SKIP            |  81 +++++-
 META.json                |  56 ++++
 META.yml                 |  40 ++-
 Makefile.PL              |  11 -
 README                   |  10 +-
 debian/changelog         |  23 +-
 debian/compat            |   2 +-
 debian/control           |  21 +-
 debian/copyright         |  36 ++-
 debian/source/format     |   1 +
 debian/upstream/metadata |   7 +
 lib/Test/MockModule.pm   | 337 ++++++++++++++---------
 t/inheritance.t          |  41 +++
 t/lib/ExampleModule.pm   |  16 ++
 t/mockmodule.t           | 211 +++++++--------
 19 files changed, 1345 insertions(+), 296 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 debian/source/format
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/inheritance.t
 create mode 100644 t/lib/ExampleModule.pm

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



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