[libtest-lectrotest-perl] branch master updated (78fdefb -> fff13ed)
Florian Schlichting
fsfs at alioth.debian.org
Sat Aug 10 19:30:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libtest-lectrotest-perl.
from 78fdefb update changelog
adds 9ddb601 Imported Upstream version 0.5001
new e4c2c9c Merge tag 'upstream/0.5001'
new bc5dddc Imported Upstream version 0.5001
new 34eee00 bump years of upstream copyright
new 885e479 Bumped Standards-Version to 3.9.4 (update to copyright-format 1.0)
new b2cd856 add HTML tutorial and titlepage to docs
new ea06f5b provide doc-base registration for HTML tutorial
new 0669773 Bumped dh compatibility to level 8 (no further changes)
new f5569e0 drop universal.patch, applied upstream
new 0ab0149 refresh and forward spelling.patch
new 8e98334 Add myself to uploaders and copyright
new fff13ed prepare changelog for release
The 11 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 | 16 -
Changes | 26 +-
LICENSE | 379 +++++++++++++++++
MANIFEST | 15 +-
META.yml | 52 +--
Makefile.PL | 84 +++-
README | 191 +--------
SIGNATURE | 52 ---
THANKS | 15 +-
buildrpm | 15 +
checkpods | 3 +
debian/changelog | 17 +-
debian/compat | 2 +-
debian/control | 7 +-
debian/copyright | 10 +-
debian/libtest-lectrotest-perl.doc-base | 10 +
debian/libtest-lectrotest-perl.docs | 2 +
debian/patches/series | 1 -
debian/patches/spelling.patch | 6 +-
debian/patches/universal.patch | 29 --
dist.ini | 30 ++
lib/Test/LectroTest.pm | 13 +-
lib/Test/LectroTest/Compat.pm | 19 +-
lib/Test/LectroTest/FailureRecorder.pm | 17 +-
lib/Test/LectroTest/Generator.pm | 25 +-
lib/Test/LectroTest/Property.pm | 23 +-
lib/Test/LectroTest/RegressionTesting.pod | 15 +-
lib/Test/LectroTest/TestRunner.pm | 29 +-
lib/Test/LectroTest/Tutorial.pod | 16 +-
posts/perlmonks/testing-tutorial.html | 648 +++++++++++++++++++++++++++++
t/0-signature.t | 28 --
t/gens.t | 1 -
t/release-pod-coverage.t | 21 +
t/release-pod-syntax.t | 15 +
tex/titlepage.ltx | 19 +
35 files changed, 1380 insertions(+), 471 deletions(-)
delete mode 100644 Build.PL
create mode 100644 LICENSE
delete mode 100644 SIGNATURE
create mode 100755 buildrpm
create mode 100755 checkpods
create mode 100644 debian/libtest-lectrotest-perl.doc-base
delete mode 100644 debian/patches/universal.patch
create mode 100644 dist.ini
create mode 100644 posts/perlmonks/testing-tutorial.html
delete mode 100644 t/0-signature.t
mode change 100644 => 100755 t/compat.t
mode change 100644 => 100755 t/docs-eg.t
mode change 100644 => 100755 t/gens.t
mode change 100644 => 100755 t/harness.t
mode change 100644 => 100755 t/props.t
mode change 100644 => 100755 t/props2.t
mode change 100644 => 100755 t/recorder.t
create mode 100644 t/release-pod-coverage.t
create mode 100644 t/release-pod-syntax.t
mode change 100644 => 100755 t/runner.t
create mode 100644 tex/titlepage.ltx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-lectrotest-perl.git
More information about the Pkg-perl-cvs-commits
mailing list