[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.002-1-8-g8f3c798

Jonas Smedegaard dr at jones.dk
Mon May 6 14:22:32 UTC 2013


The following commit has been merged in the master branch:
commit 8f3c7984a0a908adf50ecf65816648fe089d52be
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon May 6 16:18:04 2013 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 66913aa..a3665a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+libtype-tiny-perl (0.004-1) unstable; urgency=low
+
+  [ upstream ]
+  * New release.
+
+  [ Jonas Smedegaard ]
+  * Add Files section for differently owned upstream file (no new
+    license).
+  * Update package relations:
+    + Build-depend on (recent perl or) recent libtest-simple-perl:
+      Required by testsuite.
+    + Tighten to build-depend versioned on libmoo-perl: Match version
+      mentioned in Type::Tiny::Manual::UsingWithMoo.
+    + Build-depend on libclass-insideout-perl and
+      libvalidation-class-perl: Optionally used in testsuite.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 06 May 2013 16:13:58 +0200
+
 libtype-tiny-perl (0.002-1) unstable; urgency=low
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 2c9f202..f57d029 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,15 @@ Section: perl
 Priority: optional
 Build-Depends: cdbs,
  devscripts,
- perl,
  debhelper,
  dh-buildinfo,
- libmoo-perl,
  libmoose-perl,
  libmouse-perl,
- libjson-perl
+ libjson-perl,
+ libclass-insideout-perl,
+ libvalidation-class-perl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ libmoo-perl (>= 1.001000)
 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 3cb9aa6..dd39773 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -9,32 +9,45 @@ Files: CONTRIBUTING
  examples/benchmark-coercions.pl
  examples/benchmark-constraints.pl
  examples/datetime-coercions.pl
+ lib/Eval/TypeTiny.pm
+ lib/Exporter/TypeTiny.pm
  lib/Test/TypeTiny.pm
  lib/Type/Coercion.pm
  lib/Type/Coercion/Union.pm
  lib/Type/Library.pm
+ lib/Type/Params.pm
  lib/Type/Tiny.pm
  lib/Type/Tiny/Class.pm
  lib/Type/Tiny/Duck.pm
  lib/Type/Tiny/Enum.pm
  lib/Type/Tiny/Intersection.pm
  lib/Type/Tiny/Manual.pod
+ lib/Type/Tiny/Manual/Coercions.pod
  lib/Type/Tiny/Manual/Libraries.pod
+ lib/Type/Tiny/Manual/Params.pod
  lib/Type/Tiny/Manual/UsingWithMoo.pod
  lib/Type/Tiny/Manual/UsingWithMoose.pod
  lib/Type/Tiny/Manual/UsingWithMouse.pod
+ lib/Type/Tiny/Manual/UsingWithOther.pod
  lib/Type/Tiny/Role.pm
  lib/Type/Tiny/Union.pm
  lib/Type/Utils.pm
  lib/Types/Standard.pm
+ lib/Types/Standard/DeepCoercion.pm
  lib/Types/TypeTiny.pm
  t/00-compile.t
+ t/01-api.t
  t/arithmetic.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/eval.t
+ t/exporter-installer.t
  t/exporter-roleconflict.t
+ t/exporter.t
  t/lib/BiggerLib.pm
  t/lib/DemoLib.pm
  t/library-assert.t
@@ -49,12 +62,24 @@ Files: CONTRIBUTING
  t/moose.t
  t/mouse-coercion.t
  t/mouse.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/stdlib-inlined.t
+ t/stdlib-optlist.t
  t/stdlib-overload.t
- t/stdlib-str.t
  t/stdlib-strmatch.t
  t/stdlib-structures.t
+ t/stdlib-tied.t
  t/stdlib.t
  t/syntax.t
  t/type-class.t
@@ -64,6 +89,7 @@ Files: CONTRIBUTING
  t/type-role.t
  t/type-union.t
  t/type.t
+ t/validationclass.t
 Copyright: 2012-2013, Toby Inkster
   2013, Toby Inkster
 License: UNKNOWN
@@ -86,11 +112,14 @@ Files: CREDITS
  debian/gbp.conf
  debian/source/format
  debian/watch
+ examples/benchmark-mkopt.pl
+ 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
@@ -163,7 +192,9 @@ Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
   2013, 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 Toby Inkster
+  Unknown
 License: UNKNOWN
  FIXME
 
@@ -172,3 +203,19 @@ Copyright: 2008, - 2012, Adam Kennedy
 License: UNKNOWN
  FIXME
 
+Files: t/oo-classinsideout.t
+Copyright: 2013, David Golden, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: t/stdlib-str.t
+Copyright: Paris", "Garçon"
+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"
+License: UNKNOWN
+ FIXME
+

-- 
libtype-tiny-perl Debian packaging



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