[libtest-prereq-perl] branch master updated (8e425f4 -> a775719)

gregor herrmann gregoa at debian.org
Fri Jan 10 21:15:42 UTC 2014


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

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

      from  8e425f4   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  2510679   Imported Upstream version 1.038
       new  6e6c604   Merge tag 'upstream/1.038'
       new  e60bb2b   New upstream release.
       new  2d6c946   Switch to "3.0 (quilt)" source format.
       new  e4f67e1   Use dh(1), debhelper 8, and drop quilt framework.
       new  a544149   Refresh no_cpan_shell.patch (offset).
       new  c94d5f8   cme: reformat debian/control
       new  00b0b51   Update license stanzas in debian/copyright.
       new  9df31f8   Declare compliance with Debian Policy 3.9.5.
       new  a775719   releasing package libtest-prereq-perl version 1.038-1

The 9 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                              |  17 ++--
 MANIFEST                             |  13 +--
 MANIFEST.SKIP                        |  67 ++++++++++++++
 META.json                            |  30 +++++++
 META.yml                             |  42 ++++-----
 Makefile.PL                          |  60 +++++++------
 debian/README.source                 |   5 --
 debian/changelog                     |  15 +++-
 debian/compat                        |   2 +-
 debian/control                       |  25 +++---
 debian/copyright                     |  22 ++---
 debian/patches/no_cpan_shell.patch   |   8 +-
 debian/rules                         |  29 +-----
 debian/source/format                 |   1 +
 lib/{ => Test}/Prereq.pm             | 168 +++++++++++++++++++----------------
 lib/{ => Test/Prereq}/Build.pm       |  35 ++++++--
 t/get_from_file.t                    |  16 ++--
 t/get_from_prereqs.t                 |   1 -
 t/get_loaded_modules.t               |   9 +-
 t/get_prereqs.t                      |  98 +++++++++++---------
 t/import.t                           |   1 -
 t/load.t                             |   6 +-
 t/pod.t                              |   1 -
 t/pod_coverage.t                     |   2 -
 t/prereq_ok.t                        |   2 -
 t/prior_plan.t                       |   7 +-
 t/test_manifest                      |   9 +-
 testdir/Build.PL                     |  31 -------
 testdir/bad_makefile/Makefile.PL     |  34 +++----
 testdir/build_pl/Build.PL            |  48 ++++++++++
 testdir/{ => good_makefile}/MANIFEST |   0
 testdir/good_makefile/Makefile.PL    |  32 +++++++
 32 files changed, 507 insertions(+), 329 deletions(-)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 debian/README.source
 create mode 100644 debian/source/format
 rename lib/{ => Test}/Prereq.pm (63%)
 rename lib/{ => Test/Prereq}/Build.pm (66%)
 delete mode 100644 testdir/Build.PL
 create mode 100755 testdir/build_pl/Build.PL
 rename testdir/{ => good_makefile}/MANIFEST (100%)
 create mode 100644 testdir/good_makefile/Makefile.PL

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



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