[libtype-tiny-perl] 05/05: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Tue Aug 26 20:45:30 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 43d592005cd1276acb714c73fffdaf6c004f33ae
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 26 22:36:17 2014 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 19 +++++++++++++++++--
 debian/control         |  6 ++++++
 debian/copyright_hints | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 72 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8bbc81d..6483c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,23 @@
-libtype-tiny-perl (0.044-2) UNRELEASED; urgency=medium
+libtype-tiny-perl (1.000002-1) unstable; urgency=medium
 
+  [ upstream ]
+  New release(s).
+    + Support for Type::Tiny::XS.
+    + Test case improvements.
+    + Saner implementations of slurpy and Optional within Tuples and
+      Dicts.
+    + More aggressive at freezing coercions.
+    + Better behaviour of non-frozen coercions.
+      (For example, they are no longer considered to be inlineable.)
+    + Better integration between Type::Library and Type::Registry.
+
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:35:58 +0200
+  [ Jonas Smedegaard ]
+  * Update copyright info: Add more testsuite authors.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 26 Aug 2014 22:17:38 +0200
 
 libtype-tiny-perl (0.044-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1869ad3..5e296e4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,12 @@ Build-Depends: cdbs,
  libmousex-types-perl,
  libtest-fatal-perl,
  libtest-tester-perl,
+ libmoosex-types-common-perl,
+ libtest-warnings-perl,
+ libmatch-simple-perl,
+ libmoosex-getopt-perl,
+ libobject-accessor-perl,
+ libdevel-hide-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  libmoo-perl (>= 1.001000),
  perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 597ab40..cd8a1a4 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -8,6 +8,7 @@ Files: CONTRIBUTING
  README
  examples/benchmark-coercions.pl
  examples/benchmark-constraints.pl
+ examples/benchmark-param-validation.pl
  examples/datetime-coercions.pl
  lib/Devel/TypeTiny/Perl56Compat.pm
  lib/Devel/TypeTiny/Perl58Compat.pm
@@ -33,6 +34,7 @@ Files: CONTRIBUTING
  lib/Type/Tiny/Manual.pod
  lib/Type/Tiny/Manual/Coercions.pod
  lib/Type/Tiny/Manual/Libraries.pod
+ lib/Type/Tiny/Manual/Optimization.pod
  lib/Type/Tiny/Manual/Params.pod
  lib/Type/Tiny/Manual/Policies.pod
  lib/Type/Tiny/Manual/UsingWithMoo.pod
@@ -59,6 +61,8 @@ Files: CONTRIBUTING
  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-Compilation/basic.t
+ t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t
  t/20-unit/Error-TypeTiny/basic.t
  t/20-unit/Error-TypeTiny/stacktrace.t
  t/20-unit/Eval-TypeTiny/basic.t
@@ -66,11 +70,16 @@ Files: CONTRIBUTING
  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/Test-TypeTiny/matchfor.t
  t/20-unit/Type-Coercion-FromMoose/basic.t
+ t/20-unit/Type-Coercion-FromMoose/errors.t
  t/20-unit/Type-Coercion-Union/basic.t
  t/20-unit/Type-Coercion/basic.t
+ t/20-unit/Type-Coercion/esoteric.t
  t/20-unit/Type-Coercion/frozen.t
  t/20-unit/Type-Coercion/inlining.t
+ t/20-unit/Type-Coercion/smartmatch.t
+ t/20-unit/Type-Coercion/typetiny-constructor.t
  t/20-unit/Type-Library/assert.t
  t/20-unit/Type-Library/errors.t
  t/20-unit/Type-Library/is.t
@@ -89,40 +98,60 @@ Files: CONTRIBUTING
  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/automagic.t
  t/20-unit/Type-Registry/basic.t
+ t/20-unit/Type-Registry/methods.t
  t/20-unit/Type-Registry/moosextypes.t
+ t/20-unit/Type-Registry/mousextypes.t
  t/20-unit/Type-Tiny-Class/basic.t
+ t/20-unit/Type-Tiny-Class/errors.t
  t/20-unit/Type-Tiny-Class/plus-constructors.t
  t/20-unit/Type-Tiny-Duck/basic.t
+ t/20-unit/Type-Tiny-Duck/errors.t
  t/20-unit/Type-Tiny-Enum/basic.t
+ t/20-unit/Type-Tiny-Enum/errors.t
  t/20-unit/Type-Tiny-Intersection/basic.t
+ t/20-unit/Type-Tiny-Intersection/errors.t
  t/20-unit/Type-Tiny-Role/basic.t
+ t/20-unit/Type-Tiny-Role/errors.t
  t/20-unit/Type-Tiny-Union/basic.t
+ t/20-unit/Type-Tiny-Union/errors.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/esoteric.t
  t/20-unit/Type-Tiny/my-methods.t
  t/20-unit/Type-Tiny/parameterization.t
+ t/20-unit/Type-Tiny/shortcuts.t
  t/20-unit/Type-Tiny/smartmatch.t
  t/20-unit/Type-Tiny/syntax.t
+ t/20-unit/Type-Tiny/to-moose.t
+ t/20-unit/Type-Tiny/to-mouse.t
  t/20-unit/Type-Utils/classifier.t
+ t/20-unit/Type-Utils/dwim-both.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/Type-Utils/warnings.t
  t/20-unit/Types-Standard/basic.t
  t/20-unit/Types-Standard/deep-coercions.t
+ t/20-unit/Types-Standard/lockdown.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/20-unit/Types-TypeTiny/basic.t
+ t/20-unit/Types-TypeTiny/coercion.t
+ t/20-unit/Types-TypeTiny/meta.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-inlining-avoidance.t
  t/30-integration/Moo/coercion.t
  t/30-integration/Moo/exceptions.t
  t/30-integration/Moo/inflation.t
@@ -132,6 +161,7 @@ Files: CONTRIBUTING
  t/30-integration/Moose/accept-moose-types.t
  t/30-integration/Moose/basic.t
  t/30-integration/Moose/coercion.t
+ t/30-integration/Moose/inflate-then-inline.t
  t/30-integration/Moose/native-attribute-traits.t
  t/30-integration/MooseX-Types/basic.t
  t/30-integration/MooseX-Types/extending.t
@@ -139,11 +169,15 @@ Files: CONTRIBUTING
  t/30-integration/Mouse/basic.t
  t/30-integration/Mouse/coercion.t
  t/30-integration/MouseX-Types/basic.t
+ t/30-integration/MouseX-Types/extending.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/Sub-Quote/unquote-coercions.t
+ t/30-integration/Sub-Quote/unquote-constraints.t
  t/30-integration/Switcheroo/basic.t
  t/30-integration/Type-Tie/basic.t
+ t/30-integration/Validation-Class-Simple/archaic.t
  t/30-integration/Validation-Class-Simple/basic.t
  t/30-integration/match-simple/basic.t
  t/lib/BiggerLib.pm
@@ -163,6 +197,7 @@ Files: CREDITS
  Makefile.PL
  NEWS
  SIGNATURE
+ TODO
  debian/README.source
  debian/compat
  debian/control
@@ -171,7 +206,7 @@ Files: CREDITS
  debian/source/format
  debian/watch
  dist.ini
- examples/benchmark-param-validation.pl
+ examples/versus-scalar-validation.pl
  inc/Test/Fatal.pm
  inc/Test/Requires.pm
  t/README
@@ -189,6 +224,7 @@ Files: t/40-regression/rt85911.t
  t/40-regression/rt92571.t
  t/40-regression/rt92591.t
  t/40-regression/rt94196.t
+ t/40-regression/rt97684.t
 Copyright: 2013-2014, Diab Jerius
   2014, Diab Jerius
 License: UNKNOWN
@@ -247,6 +283,11 @@ Copyright: 2014, Alexander Hartmaier
 License: UNKNOWN
  FIXME
 
+Files: t/40-regression/rt98113.t
+Copyright: 2014, Dagfinn Ilmari Mannsåker
+License: UNKNOWN
+ FIXME
+
 Files: t/30-integration/Class-InsideOut/basic.t
 Copyright: 2013-2014, David Golden, Toby Inkster
 License: UNKNOWN
@@ -257,6 +298,11 @@ Copyright: 2013-2014, Infinity Interactive, Inc.
 License: UNKNOWN
  FIXME
 
+Files: t/40-regression/ttxs-gh1.t
+Copyright: 2014, Jed Lund
+License: UNKNOWN
+ FIXME
+
 Files: COPYRIGHT
 Copyright: 1970, Toby Inkster
   2013, MATSUNO Tokuhiro
@@ -276,8 +322,10 @@ Copyright: 1970, Toby Inkster
   This software is 2013-2014, by Toby Inkster
   This software is 2013-2014, by Vyacheslav Matyukhin
   This software is 2014, by Alexander Hartmaier
+  This software is 2014, by Dagfinn Ilmari Mannsåker
   This software is 2014, by Diab Jerius
   This software is 2014, by Graham Knop
+  This software is 2014, by Jed Lund
   This software is 2014, by Toby Inkster
   Unknown
 License: UNKNOWN
@@ -285,7 +333,6 @@ License: UNKNOWN
 
 Files: t/20-unit/Type-Coercion/parameterized.t
 Copyright: Paris", "Garçon"
-  Paris|Garçon";
 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