[libcrypt-random-source-perl] branch master updated (c6893d9 -> 4bcbfca)
Jonas Smedegaard
dr at jones.dk
Mon Nov 30 20:07:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libcrypt-random-source-perl.
from c6893d9 update changelog
adds c3669bc canonicalize all the Yuvals
adds 64c1bfa ensure our namespaces are clean
adds 4e8b0c0 now using [Git::Contributors]
adds 51de4ab clarify comment about prereqs
adds f0a1ba2 newer namespace::clean is needed (RT#65244)
adds 4eee9b3 IO::File 1.14 is apparently needed (RT#68873)
adds 993a4e9 gotta have a plan
adds eda667f Crypt-Random-Source-0.09
adds ce4c718 use %! to check $!
adds a5f7c6a Hopefully fix test failures on systems where an unexpected errno is returned
adds 2cab9b6 Crypt-Random-Source-0.10
adds c8ee868 keep $VERSION right in the repo
adds e08aeb0 [Test::CleanNamespaces] is now provided by my plugin bundle
adds 27725b8 add a TODO file
adds 2b14119 affirm that we work as far back as Moose itself does
adds d47304f use a more specific link
adds 02bd0a7 hardcode the distribution name in Changes, to reduce churn on each release
adds 20308c7 switch to my podweaver plugin bundle
adds 6f62a4f this is a distribution eligible for static install
adds 8899b96 use Module::Runtime instead of Class::Load
adds bade768 convert to Moo
adds d4904c2 make path with default lazy to work around Moo not supporting multiple inheritance well
adds 08685fe post-Moo cleanup
adds 2908bcc Crypt-Random-Source-0.11
adds 9a423fe Imported Upstream version 0.11
adds 759328f Merge tag 'upstream/0.11'
adds 07795a3 Update copyright info: List issue tracker as preferred upstream contact.
adds a5d83a0 Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
adds 356a26d Add lintian override regarding license in License-Reference field. See bug#786450.
adds 51b7c44 Bump debhelper compatibility level to 9.
adds a24f2c8 Tidy rules file: Suppress versioned debhelper build-dependency.
adds 070c77e Add lintian override regarding debhelper 9.
adds 1931953 Update copyright info: Extend copyright of packaging to cover current year.
adds 9d97710 Fix use CDBS snippet perl-build.mk (not perl-makemaker.mk).
adds 84da54f Update package relations: (Build-)depend on libmodule-runtime-perl libmoo-perl libtype-tiny-perl (not libany-moose-perl libclass-load-perl).
adds 7190e81 Declare compliance with Debian Policy 3.9.6.
adds 4b422a3 Prepare for release: Update changelog, control file and copyright hints.
new fa9304b Merge branch 'master' of git+ssh://git.debian.org/git/pkg-perl/packages/libcrypt-random-source-perl
new 402d770 Sync control.in with control: Mark package as autopkgtest-able. Reorder fields.
new b9b6a6e Sync rules with control: Update Test::use::ok build dependency..
new 4bcbfca Update control file.
The 4 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 | 62 ++-
CONTRIBUTING | 21 +-
Changes | 10 +
INSTALL | 1 -
LICENSE => LICENCE | 0
MANIFEST | 17 +-
META.json | 794 +++++++++++++++++++--------
META.yml | 599 +++++++++++++-------
Makefile.PL | 60 +-
README | 4 +-
README.pod | 84 ---
debian/changelog | 33 +-
debian/compat | 2 +-
debian/control | 35 +-
debian/control.in | 9 +-
debian/copyright | 48 +-
debian/copyright_hints | 35 +-
debian/rules | 15 +-
debian/source/lintian-overrides | 8 +
dist.ini | 12 +-
lib/Crypt/Random/Source.pm | 40 +-
lib/Crypt/Random/Source/Base.pm | 19 +-
lib/Crypt/Random/Source/Base/File.pm | 19 +-
lib/Crypt/Random/Source/Base/Handle.pm | 29 +-
lib/Crypt/Random/Source/Base/Proc.pm | 24 +-
lib/Crypt/Random/Source/Base/RandomDevice.pm | 21 +-
lib/Crypt/Random/Source/Factory.pm | 67 ++-
lib/Crypt/Random/Source/Strong.pm | 19 +-
lib/Crypt/Random/Source/Strong/devrandom.pm | 19 +-
lib/Crypt/Random/Source/Weak.pm | 19 +-
lib/Crypt/Random/Source/Weak/devurandom.pm | 19 +-
lib/Crypt/Random/Source/Weak/rand.pm | 19 +-
t/00-report-prereqs.dd | 98 +++-
t/00-report-prereqs.t | 28 +-
t/blocking.t | 4 +-
t/dev_random.t | 10 +-
t/factory.t | 3 +-
t/proc.t | 3 +-
t/rand.t | 3 +-
t/reread.t | 4 +-
t/sugar.t | 3 +-
weaver.ini | 3 -
xt/author/00-compile.t | 12 +-
xt/author/clean-namespaces.t | 11 +
xt/{release/no-tabs.t => author/eol.t} | 17 +-
xt/author/kwalitee.t | 9 +
xt/author/mojibake.t | 9 +
xt/{release => author}/no-tabs.t | 13 +-
xt/{release => author}/pod-syntax.t | 1 +
xt/release/changes_has_content.t | 2 +-
xt/release/eol.t | 8 -
xt/release/kwalitee.t | 4 -
xt/release/minimum-version.t | 2 +-
xt/release/mojibake.t | 12 -
xt/release/portability.t | 1 +
55 files changed, 1539 insertions(+), 884 deletions(-)
rename LICENSE => LICENCE (100%)
delete mode 100644 README.pod
create mode 100644 debian/source/lintian-overrides
delete mode 100644 weaver.ini
create mode 100644 xt/author/clean-namespaces.t
copy xt/{release/no-tabs.t => author/eol.t} (76%)
create mode 100644 xt/author/kwalitee.t
create mode 100644 xt/author/mojibake.t
rename xt/{release => author}/no-tabs.t (86%)
rename xt/{release => author}/pod-syntax.t (84%)
delete mode 100644 xt/release/eol.t
delete mode 100644 xt/release/kwalitee.t
delete mode 100644 xt/release/mojibake.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-random-source-perl.git
More information about the Pkg-perl-cvs-commits
mailing list