[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.006-1-208-g1b14add

Jonas Smedegaard dr at jones.dk
Sun Jun 30 14:29:43 UTC 2013


The following commit has been merged in the master branch:
commit 1b14add6bc20819c0aae2f8bc3354ecf9d4b5bed
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jun 30 16:26:38 2013 +0200

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 4124ad3..80ae2aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,23 @@
-libtype-tiny-perl (0.006-2) UNRELEASED; urgency=low
+libtype-tiny-perl (0.012-1) unstable; urgency=low
 
-  * Fix tighten to build-depend versioned on libvalidation-class-perl:
-    Newer version needed in testsuite since 0.005~05.
-  * Fix build-depend on (recent perl or) recent libjson-pp-perl (not
-    libjson-perl): Needed fot testsuite since 0.005~08.
+  [ upstream ]
+  * New release.
 
- -- Jonas Smedegaard <dr at jones.dk>  Fri, 28 Jun 2013 00:59:09 +0200
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Fix tighten to build-depend versioned on libvalidation-class-perl:
+      Newer version needed in testsuite since 0.005~05.
+    + Fix build-depend on (recent perl or) recent libjson-pp-perl (not
+      libjson-perl): Needed fot testsuite since 0.005~08.
+    + Build-depend on libdevel-stacktrace-perl, libmoosex-types-perl and
+      libmousex-types-perl (and mention in comment
+      Sub::Exporter::Lexical and Function::Parameters not yet in
+      Debian): Optionally needed for testsuite.
+  * Update copyright file: Add Files sections for new authors of
+    regression tests (no new licensing).
+  * Install examples.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 30 Jun 2013 16:26:36 +0200
 
 libtype-tiny-perl (0.006-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f57d029..842a3f3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,14 @@ Build-Depends: cdbs,
  dh-buildinfo,
  libmoose-perl,
  libmouse-perl,
- libjson-perl,
  libclass-insideout-perl,
- libvalidation-class-perl,
+ libdevel-stacktrace-perl,
+ libmoosex-types-perl,
+ libmousex-types-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- libmoo-perl (>= 1.001000)
+ libmoo-perl (>= 1.001000),
+ perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
+ libvalidation-class-perl (>= 7.900017)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.4
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b8843fb..f596942 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -11,6 +11,7 @@ Files: CONTRIBUTING
  examples/datetime-coercions.pl
  lib/Eval/TypeTiny.pm
  lib/Exporter/TypeTiny.pm
+ lib/Reply/Plugin/TypeTiny.pm
  lib/Test/TypeTiny.pm
  lib/Type/Coercion.pm
  lib/Type/Coercion/Union.pm
@@ -20,6 +21,8 @@ Files: CONTRIBUTING
  lib/Type/Exception/WrongNumberOfParameters.pm
  lib/Type/Library.pm
  lib/Type/Params.pm
+ lib/Type/Parser.pm
+ lib/Type/Registry.pm
  lib/Type/Tiny.pm
  lib/Type/Tiny/Class.pm
  lib/Type/Tiny/Duck.pm
@@ -49,24 +52,31 @@ Files: CONTRIBUTING
  t/coercion-union.t
  t/coercion.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/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
@@ -79,13 +89,17 @@ Files: CONTRIBUTING
  t/params-optional.t
  t/params-positional.t
  t/params-slurpy.t
+ t/parser.t
+ t/registry.t
  t/stdlib-inlined.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
@@ -151,6 +165,18 @@ Copyright: 2011
 License: UNKNOWN
  FIXME
 
+Files: t/rt85911.t
+ t/rt86004.t
+Copyright: 2013, Diab Jerius
+License: UNKNOWN
+ FIXME
+
+Files: t/rt86233.t
+ t/rt86239.t
+Copyright: 2013, Vyacheslav Matyukhin
+License: UNKNOWN
+ FIXME
+
 Files: inc/Module/Install/Metadata.pm
 Copyright: 
 License: Expat
@@ -198,7 +224,10 @@ Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
   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
   Unknown
 License: UNKNOWN
  FIXME
@@ -218,6 +247,11 @@ Copyright: Paris", "Garçon"
 License: UNKNOWN
  FIXME
 
+Files: t/gh1.t
+Copyright: 2013, Richard Simões
+License: UNKNOWN
+ FIXME
+
 Files: t/coercion-automatic.t
 Copyright: 2013, Toby Inkster
   to $Dict1 - changed in 0.003_11; the presence of an additional value cancels coercion"

-- 
libtype-tiny-perl Debian packaging



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