[libtype-tiny-perl] 08/08: Update changelog, control file and copyright hints.

Jonas Smedegaard js at moszumanska.debian.org
Wed Apr 30 14:24:06 UTC 2014


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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 3463889efbade975a9e3890581748a01bb15dcba
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 30 16:23:18 2014 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       |  14 ++-
 debian/control         |   2 +
 debian/copyright_hints | 309 ++++++++++++++++++++++++++++---------------------
 3 files changed, 191 insertions(+), 134 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8be0600..4ea4a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,17 @@
-libtype-tiny-perl (0.022-2) UNRELEASED; urgency=medium
+libtype-tiny-perl (0.042-1) UNRELEASED; urgency=medium
 
+  [ Jonas Smedegaard ]
   * Bump standards-version to 3.9.5.
-  * Fix build-depend explicitly on perl.
+  * Update package relations:
+    + Fix build-depend explicitly on perl.
+    + (Build-)depend on libexporter-tiny-perl.
+    + Build-depend on libtest-tester-perl.
+    + Recommend libsub-name-perl.
+  * Update copyright info:
+    + Extend copyright coverage for main upstream author.
+    + Add copyright coverage for testsuite contributors.
+    + Drop copyright coverage for no longer included convenience code
+      copies.
 
  -- Jonas Smedegaard <dr at jones.dk>  Wed, 30 Apr 2014 02:43:52 +0200
 
diff --git a/debian/control b/debian/control
index 81c48ab..2208d76 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,12 @@ Build-Depends: cdbs,
  libmoosex-types-perl,
  libmousex-types-perl,
  libtest-fatal-perl,
+ libtest-tester-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  libmoo-perl (>= 1.001000),
  perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
  libvalidation-class-perl (>= 7.900017),
+ libexporter-tiny-perl,
  libdevel-stacktrace-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 3056334..c41d797 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -10,16 +10,17 @@ Files: CONTRIBUTING
  examples/benchmark-constraints.pl
  examples/datetime-coercions.pl
  lib/Devel/TypeTiny/Perl56Compat.pm
+ lib/Devel/TypeTiny/Perl58Compat.pm
+ lib/Error/TypeTiny.pm
+ lib/Error/TypeTiny/Assertion.pm
+ lib/Error/TypeTiny/Compilation.pm
+ lib/Error/TypeTiny/WrongNumberOfParameters.pm
  lib/Eval/TypeTiny.pm
- lib/Exporter/TypeTiny.pm
  lib/Reply/Plugin/TypeTiny.pm
  lib/Test/TypeTiny.pm
  lib/Type/Coercion.pm
+ lib/Type/Coercion/FromMoose.pm
  lib/Type/Coercion/Union.pm
- lib/Type/Exception.pm
- lib/Type/Exception/Assertion.pm
- lib/Type/Exception/Compilation.pm
- lib/Type/Exception/WrongNumberOfParameters.pm
  lib/Type/Library.pm
  lib/Type/Params.pm
  lib/Type/Parser.pm
@@ -33,6 +34,7 @@ Files: CONTRIBUTING
  lib/Type/Tiny/Manual/Coercions.pod
  lib/Type/Tiny/Manual/Libraries.pod
  lib/Type/Tiny/Manual/Params.pod
+ lib/Type/Tiny/Manual/Policies.pod
  lib/Type/Tiny/Manual/UsingWithMoo.pod
  lib/Type/Tiny/Manual/UsingWithMoose.pod
  lib/Type/Tiny/Manual/UsingWithMouse.pod
@@ -40,88 +42,117 @@ Files: CONTRIBUTING
  lib/Type/Tiny/Role.pm
  lib/Type/Tiny/Union.pm
  lib/Type/Utils.pm
+ lib/Types/Common/Numeric.pm
+ lib/Types/Common/String.pm
  lib/Types/Standard.pm
+ lib/Types/Standard/ArrayRef.pm
+ lib/Types/Standard/Dict.pm
+ lib/Types/Standard/HashRef.pm
+ lib/Types/Standard/Map.pm
+ lib/Types/Standard/ScalarRef.pm
+ lib/Types/Standard/Tuple.pm
  lib/Types/TypeTiny.pm
  t/00-begin.t
  t/01-compile.t
  t/02-api.t
- t/arithmetic.t
- t/coercion-automatic.t
- t/coercion-classy.t
- t/coercion-frozen.t
- t/coercion-inlining.t
- t/coercion-modifiers.t
- t/coercion-union.t
- t/coercion.t
- t/dwim-moose.t
- t/dwim-mouse.t
- t/eval-lexicalsubs.t
- t/eval.t
- t/exceptions-stack.t
- t/exceptions.t
- t/exporter-installer.t
- t/exporter-roleconflict.t
- t/exporter.t
- t/functionparameters.t
+ t/03-leak.t
+ t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t
+ t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t
+ t/20-unit/Error-TypeTiny-Assertion/basic.t
+ t/20-unit/Error-TypeTiny/stacktrace.t
+ t/20-unit/Eval-TypeTiny/basic.t
+ t/20-unit/Eval-TypeTiny/lexical-subs.t
+ t/20-unit/Test-TypeTiny/basic.t
+ t/20-unit/Test-TypeTiny/extended.t
+ t/20-unit/Type-Coercion-FromMoose/basic.t
+ t/20-unit/Type-Coercion-Union/basic.t
+ t/20-unit/Type-Coercion/basic.t
+ t/20-unit/Type-Coercion/frozen.t
+ t/20-unit/Type-Coercion/inlining.t
+ t/20-unit/Type-Library/assert.t
+ t/20-unit/Type-Library/is.t
+ t/20-unit/Type-Library/to.t
+ t/20-unit/Type-Library/types.t
+ t/20-unit/Type-Params/badsigs.t
+ t/20-unit/Type-Params/carping.t
+ t/20-unit/Type-Params/coerce.t
+ t/20-unit/Type-Params/methods.t
+ t/20-unit/Type-Params/mixednamed.t
+ t/20-unit/Type-Params/multisig.t
+ t/20-unit/Type-Params/named.t
+ t/20-unit/Type-Params/noninline.t
+ t/20-unit/Type-Params/optional.t
+ t/20-unit/Type-Params/positional.t
+ t/20-unit/Type-Params/slurpy.t
+ t/20-unit/Type-Parser/basic.t
+ t/20-unit/Type-Parser/moosextypes.t
+ t/20-unit/Type-Registry/basic.t
+ t/20-unit/Type-Registry/moosextypes.t
+ t/20-unit/Type-Tiny-Class/basic.t
+ t/20-unit/Type-Tiny-Class/plus-constructors.t
+ t/20-unit/Type-Tiny-Duck/basic.t
+ t/20-unit/Type-Tiny-Enum/basic.t
+ t/20-unit/Type-Tiny-Intersection/basic.t
+ t/20-unit/Type-Tiny-Role/basic.t
+ t/20-unit/Type-Tiny-Union/basic.t
+ t/20-unit/Type-Tiny/arithmetic.t
+ t/20-unit/Type-Tiny/basic.t
+ t/20-unit/Type-Tiny/coercion-modifiers.t
+ t/20-unit/Type-Tiny/parameterization.t
+ t/20-unit/Type-Tiny/smartmatch.t
+ t/20-unit/Type-Tiny/syntax.t
+ t/20-unit/Type-Utils/dwim-moose.t
+ t/20-unit/Type-Utils/dwim-mouse.t
+ t/20-unit/Type-Utils/match-on-type.t
+ t/20-unit/Types-Standard/basic.t
+ t/20-unit/Types-Standard/deep-coercions.t
+ t/20-unit/Types-Standard/mxtmlb-alike.t
+ t/20-unit/Types-Standard/optlist.t
+ t/20-unit/Types-Standard/overload.t
+ t/20-unit/Types-Standard/strmatch.t
+ t/20-unit/Types-Standard/structured.t
+ t/20-unit/Types-Standard/tied.t
+ t/30-integration/Exporter-Tiny/basic.t
+ t/30-integration/Exporter-Tiny/installer.t
+ t/30-integration/Exporter-Tiny/role-conflict.t
+ t/30-integration/Function-Parameters/basic.t
+ t/30-integration/Kavorka/basic.t
+ t/30-integration/Moo/basic.t
+ t/30-integration/Moo/coercion.t
+ t/30-integration/Moo/exceptions.t
+ t/30-integration/Moo/inflation.t
+ t/30-integration/Moo/inflation2.t
+ t/30-integration/Moops/basic.t
+ t/30-integration/Moops/library-keyword.t
+ t/30-integration/Moose/accept-moose-types.t
+ t/30-integration/Moose/basic.t
+ t/30-integration/Moose/coercion.t
+ t/30-integration/MooseX-Types/basic.t
+ t/30-integration/MooseX-Types/extending.t
+ t/30-integration/MooseX-Types/more.t
+ t/30-integration/Mouse/basic.t
+ t/30-integration/Mouse/coercion.t
+ t/30-integration/MouseX-Types/basic.t
+ t/30-integration/Object-Accessor/basic.t
+ t/30-integration/Return-Type/basic.t
+ t/30-integration/Sub-Quote/basic.t
+ t/30-integration/Switcheroo/basic.t
+ t/30-integration/Type-Tie/basic.t
+ t/30-integration/Validation-Class-Simple/basic.t
+ t/30-integration/match-simple/basic.t
  t/lib/BiggerLib.pm
  t/lib/DemoLib.pm
- t/library-assert.t
- t/library-is.t
- t/library-to.t
- t/library-types.t
- t/match-on-type.t
- t/moo-coercion.t
- t/moo-exceptions.t
- t/moo-inflation.t
- t/moo.t
- t/moose-autott.t
- t/moose-coercion.t
- t/moose.t
- t/moosextypes-more.t
- t/moosextypes.t
- t/mouse-coercion.t
- t/mouse.t
- t/mousextypes.t
- t/oo-objectaccessor.t
- t/parameterization.t
- t/params-badsigs.t
- t/params-carping.t
- t/params-coerce.t
- t/params-methods.t
- t/params-mixednamed.t
- t/params-named.t
- t/params-noninline.t
- t/params-optional.t
- t/params-positional.t
- t/params-slurpy.t
- t/parser.t
- t/registry.t
- t/stdlib-mxtmlb-alike.t
- t/stdlib-optlist.t
- t/stdlib-overload.t
- t/stdlib-strmatch.t
- t/stdlib-structures.t
- t/stdlib-tied.t
- t/stdlib.t
- t/subquote.t
- t/syntax.t
- t/type-class.t
- t/type-duck.t
- t/type-enum.t
- t/type-intersection.t
- t/type-role.t
- t/type-union.t
- t/type.t
- t/validationclass.t
 Copyright: 2012-2013, Toby Inkster
   2013, Toby Inkster
+  2013-2014, Toby Inkster
+  2014, Toby Inkster
 License: UNKNOWN
  FIXME
 
 Files: CREDITS
- Changes
+ INSTALL
  MANIFEST
- META.ttl
+ META.json
  META.yml
  Makefile.PL
  NEWS
@@ -133,55 +164,57 @@ Files: CREDITS
  debian/gbp.conf
  debian/source/format
  debian/watch
- examples/benchmark-mkopt.pl
+ dist.ini
  examples/benchmark-param-validation.pl
- inc/Module/AutoInstall.pm
- inc/Module/Install/AutoInstall.pm
- inc/Module/Install/AutoManifest.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Contributors.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/Include.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/TrustMetaYml.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- inc/Module/Package/Dist/RDF.pm
  inc/Test/Fatal.pm
  inc/Test/Requires.pm
  inc/Try/Tiny.pm
- inc/YAML/Tiny.pm
- meta/changes.pret
- meta/doap.pret
- meta/makefile.pret
- meta/people.pret
- meta/rights.pret
+ t/README
+ t/TODO
+ t/mk-test-manifest.pl
+ t/not-covered.pl
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install/Package.pm
- inc/Module/Package.pm
-Copyright: 2011
+Files: t/40-regression/rt85911.t
+ t/40-regression/rt86004.t
+ t/40-regression/rt90096-2.t
+ t/40-regression/rt92571-2.t
+ t/40-regression/rt92571.t
+ t/40-regression/rt92591.t
+ t/40-regression/rt94196.t
+Copyright: 2013-2014, Diab Jerius
+  2014, Diab Jerius
 License: UNKNOWN
  FIXME
 
-Files: t/rt85911.t
- t/rt86004.t
-Copyright: 2013, Diab Jerius
+Files: lib/Type/Tiny/_HalfOp.pm
+ t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t
+ t/40-regression/73f51e2d.pl
+ t/40-regression/73f51e2d.t
+Copyright: 2014, Graham Knop
 License: UNKNOWN
  FIXME
 
-Files: t/rt86233.t
- t/rt86239.t
-Copyright: 2013, Vyacheslav Matyukhin
+Files: t/20-unit/Types-Common-Numeric/basic.t
+ t/20-unit/Types-Common-String/basic.t
+ t/20-unit/Types-Common-String/coerce.t
+ t/20-unit/Types-Common-String/unicode.t
+Copyright: 2013-2014, Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: Expat
+Files: t/20-unit/Type-Coercion/parameterized.t
+ t/20-unit/Type-Library/inheritance.t
+Copyright: Paris", "Garçon"
+License: UNKNOWN
+ FIXME
+
+Files: t/40-regression/rt86233.t
+ t/40-regression/rt86239.t
+Copyright: 2013-2014, Vyacheslav Matyukhin
+License: UNKNOWN
  FIXME
 
 Files: debian/rules
@@ -193,53 +226,65 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2013, Toby Inkster <tobyink at cpan.org>
+  2014, Toby Inkster
   disclaimer" for the program, if
   interest in the
   the software, and
 License: GPL-ever
  FIXME
 
+Files: Changes
+Copyright: 2014
+License: UNKNOWN
+ FIXME
+
+Files: doap.ttl
+Copyright: 2014.";
+License: UNKNOWN
+ FIXME
+
+Files: t/30-integration/Class-InsideOut/basic.t
+Copyright: 2013-2014, David Golden, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: t/99-moose-std-types-test.t
+Copyright: 2013-2014, Infinity Interactive, Inc.
+License: UNKNOWN
+ FIXME
+
 Files: COPYRIGHT
-Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
-  2002-2004, Audrey Tang and Brian Ingerson
-  2003-2004, Audrey Tang <autrijus at autrijus.org>
-  2006, - 2012, Adam Kennedy
-  2011. Ingy doet Net
-  2013, Ingy d�t Net
+Copyright: 1970, Toby Inkster
   2013, MATSUNO Tokuhiro
   2013, Ricardo Signes
   2013, Toby Inkster
   2013, Yuval Kogman
-  2013, the holder(s)
+  2014, Toby Inkster
+  2014, the holder(s)
   None
-  This software is 2011-2012, by Toby Inkster
-  This software is 2013, by David Golden, Toby Inkster
-  This software is 2013, by Diab Jerius
-  This software is 2013, by Richard Simões
   This software is 2013, by Toby Inkster
-  This software is 2013, by Vyacheslav Matyukhin
+  This software is 2013-2014, by David Golden, Toby Inkster
+  This software is 2013-2014, by Diab Jerius
+  This software is 2013-2014, by Infinity Interactive, Inc.
+  This software is 2013-2014, by Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
+  This software is 2013-2014, by Richard Simões
+  This software is 2013-2014, by Samuel Kaufman
+  This software is 2013-2014, by Toby Inkster
+  This software is 2013-2014, by Vyacheslav Matyukhin
+  This software is 2014, by Diab Jerius
+  This software is 2014, by Graham Knop
+  This software is 2014, by Toby Inkster
   Unknown
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install.pm
-Copyright: 2008, - 2012, Adam Kennedy
-License: UNKNOWN
- FIXME
-
-Files: t/oo-classinsideout.t
-Copyright: 2013, David Golden, Toby Inkster
-License: UNKNOWN
- FIXME
-
-Files: t/coercions-parameterized.t
-Copyright: Paris", "Garçon"
+Files: t/40-regression/gh1.t
+Copyright: 2013-2014, Richard Simões
 License: UNKNOWN
  FIXME
 
-Files: t/gh1.t
-Copyright: 2013, Richard Simões
+Files: t/40-regression/rt90096.t
+Copyright: 2013-2014, Samuel Kaufman
 License: UNKNOWN
  FIXME
 

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



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