[libdist-checkconflicts-perl] branch master updated (a8162c6 -> 25fc188)
gregor herrmann
gregoa at debian.org
Sun Sep 22 17:24:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdist-checkconflicts-perl.
from a8162c6 update changelog
adds 9a344dd Imported Upstream version 0.09
new ccaa0b9 Merge tag 'upstream/0.09'
new 97c5ec9 New upstream release.
new e742063 Update (build) dependencies.
new 1a8817e Update years of upstream copyright.
new 7040c3f Declare compliance with Debian Policy 3.9.4.
new 25fc188 releasing package libdist-checkconflicts-perl version 0.09-1
The 6 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 | 24 +++
LICENSE | 28 +--
MANIFEST | 121 ++++++++-----
META.json | 187 +++++++++++++-------
META.yml | 155 ++++++++++------
Makefile.PL | 59 ++++--
README | 4 +-
debian/changelog | 13 +-
debian/control | 6 +-
debian/copyright | 2 +-
dist.ini | 15 +-
lib/Dist/CheckConflicts.pm | 167 ++++++++++++-----
t/00-compile.t | 31 +++-
t/{05-also.t => also.t} | 2 +-
t/{01-basic.t => basic.t} | 2 +-
t/{02-conflicts.t => conflicts.t} | 44 ++++-
t/{03-dist.t => dist.t} | 4 +-
t/lib/{05 => also}/Bar/Conflicts.pm | 0
t/lib/{05 => also}/Bar/Conflicts2.pm | 0
t/lib/{05 => also}/Foo.pm | 0
t/lib/{01 => also}/Foo/Conflicts.pm | 0
t/lib/{01 => basic}/Bar/Conflicts.pm | 0
t/lib/{01 => basic}/Bar/Conflicts2.pm | 0
t/lib/{01 => basic}/Bar/Conflicts3.pm | 0
t/lib/{05 => basic}/Foo/Conflicts.pm | 0
t/lib/{02 => conflicts}/Bar.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad2.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad3.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good2.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good3.pm | 0
t/lib/{02 => conflicts}/Bar/Three.pm | 0
t/lib/{02 => conflicts}/Bar/Two.pm | 0
t/lib/conflicts/Broken.pm | 3 +
t/lib/{02 => conflicts}/Foo.pm | 0
t/lib/{02 => conflicts}/Foo/Conflicts/Bad.pm | 0
t/lib/conflicts/Foo/Conflicts/Broken.pm | 11 ++
t/lib/{02 => conflicts}/Foo/Conflicts/Good.pm | 1 +
t/lib/{02 => conflicts}/Foo/Three.pm | 0
t/lib/{02 => conflicts}/Foo/Two.pm | 0
t/lib/{03 => dist}/Bar.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad2.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad3.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good2.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good3.pm | 0
t/lib/{03 => dist}/Bar/Three.pm | 0
t/lib/{03 => dist}/Bar/Two.pm | 0
t/lib/{03 => dist}/Foo.pm | 0
t/lib/{03 => dist}/Foo/Conflicts/Bad.pm | 0
t/lib/{03 => dist}/Foo/Conflicts/Good.pm | 0
t/lib/{03 => dist}/Foo/Three.pm | 0
t/lib/{03 => dist}/Foo/Two.pm | 0
t/lib/{04 => merge}/Foo/Conflicts.pm | 0
t/lib/{04 => merge}/Foo/Conflicts2.pm | 0
t/lib/runtime/Bar.pm | 13 ++
t/lib/runtime/Bar/Bar.pm | 18 ++
t/lib/runtime/Bar/Bar/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Bar/Good.pm} | 2 +-
t/lib/runtime/Bar/Baz.pm | 18 ++
t/lib/runtime/Bar/Baz/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Baz/Good.pm} | 2 +-
t/lib/runtime/Bar/Conflicts.pm | 22 +++
t/lib/runtime/Bar/Foo.pm | 18 ++
t/lib/runtime/Bar/Foo/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Foo/Good.pm} | 2 +-
t/lib/runtime/Bar/Quux.pm | 18 ++
t/lib/runtime/Bar/Quux/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Quux/Good.pm} | 2 +-
t/lib/runtime/Foo.pm | 13 ++
t/lib/runtime/Foo/Bar.pm | 7 +
t/lib/{02/Bar.pm => runtime/Foo/Baz.pm} | 2 +-
t/lib/runtime/Foo/Conflicts.pm | 14 ++
t/lib/runtime/Foo/Foo.pm | 7 +
t/lib/{02/Bar.pm => runtime/Foo/Quux.pm} | 2 +-
t/lib/{01 => warn}/Foo/Conflicts.pm | 3 +-
t/lib/{02/Bar.pm => warn/Foo/Thing.pm} | 4 +-
t/{04-merge.t => merge.t} | 2 +-
t/release-no-tabs.t | 16 --
t/release-pod-syntax.t | 15 --
t/runtime.t | 47 +++++
t/warn.t | 16 ++
weaver.ini | 26 ---
t/release-eol.t => xt/release/eol.t | 8 -
xt/release/no-tabs.t | 8 +
.../release/pod-coverage.t | 8 -
xt/release/pod-syntax.t | 7 +
89 files changed, 871 insertions(+), 356 deletions(-)
rename t/{05-also.t => also.t} (96%)
rename t/{01-basic.t => basic.t} (97%)
rename t/{02-conflicts.t => conflicts.t} (64%)
rename t/{03-dist.t => dist.t} (98%)
rename t/lib/{05 => also}/Bar/Conflicts.pm (100%)
rename t/lib/{05 => also}/Bar/Conflicts2.pm (100%)
rename t/lib/{05 => also}/Foo.pm (100%)
copy t/lib/{01 => also}/Foo/Conflicts.pm (100%)
rename t/lib/{01 => basic}/Bar/Conflicts.pm (100%)
rename t/lib/{01 => basic}/Bar/Conflicts2.pm (100%)
rename t/lib/{01 => basic}/Bar/Conflicts3.pm (100%)
rename t/lib/{05 => basic}/Foo/Conflicts.pm (100%)
copy t/lib/{02 => conflicts}/Bar.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Bad.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Bad2.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Bad3.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Good.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Good2.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Conflicts/Good3.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Three.pm (100%)
rename t/lib/{02 => conflicts}/Bar/Two.pm (100%)
create mode 100644 t/lib/conflicts/Broken.pm
copy t/lib/{02 => conflicts}/Foo.pm (100%)
rename t/lib/{02 => conflicts}/Foo/Conflicts/Bad.pm (100%)
create mode 100644 t/lib/conflicts/Foo/Conflicts/Broken.pm
rename t/lib/{02 => conflicts}/Foo/Conflicts/Good.pm (85%)
rename t/lib/{02 => conflicts}/Foo/Three.pm (100%)
rename t/lib/{02 => conflicts}/Foo/Two.pm (100%)
rename t/lib/{03 => dist}/Bar.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Bad.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Bad2.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Bad3.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Good.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Good2.pm (100%)
rename t/lib/{03 => dist}/Bar/Conflicts/Good3.pm (100%)
rename t/lib/{03 => dist}/Bar/Three.pm (100%)
rename t/lib/{03 => dist}/Bar/Two.pm (100%)
rename t/lib/{03 => dist}/Foo.pm (100%)
rename t/lib/{03 => dist}/Foo/Conflicts/Bad.pm (100%)
rename t/lib/{03 => dist}/Foo/Conflicts/Good.pm (100%)
rename t/lib/{03 => dist}/Foo/Three.pm (100%)
rename t/lib/{03 => dist}/Foo/Two.pm (100%)
rename t/lib/{04 => merge}/Foo/Conflicts.pm (100%)
rename t/lib/{04 => merge}/Foo/Conflicts2.pm (100%)
create mode 100644 t/lib/runtime/Bar.pm
create mode 100644 t/lib/runtime/Bar/Bar.pm
create mode 100644 t/lib/runtime/Bar/Bar/Bad.pm
copy t/lib/{02/Foo.pm => runtime/Bar/Bar/Good.pm} (68%)
create mode 100644 t/lib/runtime/Bar/Baz.pm
create mode 100644 t/lib/runtime/Bar/Baz/Bad.pm
copy t/lib/{02/Foo.pm => runtime/Bar/Baz/Good.pm} (68%)
create mode 100644 t/lib/runtime/Bar/Conflicts.pm
create mode 100644 t/lib/runtime/Bar/Foo.pm
create mode 100644 t/lib/runtime/Bar/Foo/Bad.pm
copy t/lib/{02/Foo.pm => runtime/Bar/Foo/Good.pm} (68%)
create mode 100644 t/lib/runtime/Bar/Quux.pm
create mode 100644 t/lib/runtime/Bar/Quux/Bad.pm
rename t/lib/{02/Foo.pm => runtime/Bar/Quux/Good.pm} (67%)
create mode 100644 t/lib/runtime/Foo.pm
create mode 100644 t/lib/runtime/Foo/Bar.pm
copy t/lib/{02/Bar.pm => runtime/Foo/Baz.pm} (74%)
create mode 100644 t/lib/runtime/Foo/Conflicts.pm
create mode 100644 t/lib/runtime/Foo/Foo.pm
copy t/lib/{02/Bar.pm => runtime/Foo/Quux.pm} (73%)
rename t/lib/{01 => warn}/Foo/Conflicts.pm (60%)
rename t/lib/{02/Bar.pm => warn/Foo/Thing.pm} (52%)
rename t/{04-merge.t => merge.t} (94%)
delete mode 100644 t/release-no-tabs.t
delete mode 100644 t/release-pod-syntax.t
create mode 100644 t/runtime.t
create mode 100644 t/warn.t
delete mode 100644 weaver.ini
rename t/release-eol.t => xt/release/eol.t (50%)
create mode 100644 xt/release/no-tabs.t
rename t/release-pod-coverage.t => xt/release/pod-coverage.t (68%)
create mode 100644 xt/release/pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-checkconflicts-perl.git
More information about the Pkg-perl-cvs-commits
mailing list