[libtest-consistentversion-perl] branch master updated (40abfbf -> b352ffd)

gregor herrmann gregoa at debian.org
Sat Jun 6 16:02:31 UTC 2015


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

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

      from  40abfbf   update changelog
       new  7cb7c33   Add debian/upstream/metadata
       new  5e0e611   Update debian/changelog
      adds  45a9485   Initial import
      adds  d55e857   MANIFEST
      adds  8c3b9c4   check_consistent_versions
      adds  46e73c2   Test passing
      adds  3f0c161   Version 0.0.1
      adds  1429792   Test default usage
      adds  6885be4   Test resilience
      adds  0f8cc33   META: repository
      adds  ee9bd80   META: recommends
      adds  07ef61e   Merge branch 'meta' into tests
      adds  32daef3   Docs: optional prereqs
      adds  7e78fe6   Merge branch 'meta' into tests
      adds  34bd520   Version 0.0.2
      adds  dc6a7dc   Updated MANIFEST
      adds  d947a99   Test::Builder min version
      adds  ba6329b   Version 0.0.4
      adds  f6651c1   README checks
      adds  1269af8   Typo
      adds  6280755   Version 0.1.0
      adds  c4e2868   Version 0.1.0
      adds  2e11a89   Bad Distro test
      adds  cf79587   Don't Replan
      adds  a88af11   Whitespace
      adds  e9a1136   Using Test::Builder::Tester
      adds  9f59acb   MANIFEST update
      adds  4549a33   Version 0.2.0
      adds  46ac8ec   Fixed tests
      adds  dac8648   Version 0.2.1
      adds  e58ce66   Test fix
      adds  0629973   Meta: Repository tweak
      adds  772a429   Merge branch 'meta' into tests
      adds  46a7d85   Version 0.2.2
      adds  9ebeced   Regex change broke tests
      adds  b495cb6   Adding tests for people adding 'v' to the version number in changelog files etc
      adds  cc417f4   Allow users to prepend 'v' to the version number in changelog files etc
      adds  d034803   Fix test failures introduced in the last commit
      adds  85ee1e9   Version bump to v0.3.0
      adds  f3a9af1   Imported Upstream version 0.3.0
       new  68f6ab2   Merge tag 'upstream/0.3.0'
       new  5c390e6   Update debian/changelog
       new  d90768a   Update years of upstream copyright.
       new  a77c55b   Bump debhelper compatibility level to 9.
       new  4feeff1   Add build dependency on libmodule-build-perl.
       new  bf95942   Declare compliance with Debian Policy 3.9.6.
       new  f9bacfc   Mark package as autopkgtest-able.
       new  b352ffd   releasing package libtest-consistentversion-perl version 0.3.0-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                                            |  5 +++
 MANIFEST                                           |  7 ++++
 META.json                                          | 49 ++++++++++++++++++++++
 META.yml                                           | 20 +++++----
 README                                             |  2 +-
 debian/changelog                                   | 15 ++++++-
 debian/compat                                      |  2 +-
 debian/control                                     | 11 ++---
 debian/copyright                                   |  2 +-
 debian/tests/pkg-perl/skip-smoke                   |  3 ++
 debian/upstream/metadata                           |  5 +++
 lib/Test/ConsistentVersion.pm                      | 14 +++----
 t/02.bad.t                                         |  6 +--
 t/{01.good.t => 03.good_w_v.t}                     | 10 ++---
 t/{Sample-Good => Sample-vGood}/Changes            |  4 +-
 t/Sample-vGood/MANIFEST                            |  4 ++
 t/{Sample-Good => Sample-vGood}/README             |  2 +-
 .../lib/Sample/StillvGood.pm}                      |  4 +-
 .../Bad.pm => Sample-vGood/lib/Sample/vGood.pm}    |  6 +--
 19 files changed, 129 insertions(+), 42 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/tests/pkg-perl/skip-smoke
 create mode 100644 debian/upstream/metadata
 copy t/{01.good.t => 03.good_w_v.t} (69%)
 copy t/{Sample-Good => Sample-vGood}/Changes (76%)
 create mode 100644 t/Sample-vGood/MANIFEST
 copy t/{Sample-Good => Sample-vGood}/README (67%)
 copy t/{Sample-Good/lib/Sample/StillGood.pm => Sample-vGood/lib/Sample/StillvGood.pm} (56%)
 copy t/{Sample-Bad/lib/Sample/Bad.pm => Sample-vGood/lib/Sample/vGood.pm} (55%)

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



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