[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.004-1-589-g6da025c

Jonas Smedegaard dr at jones.dk
Fri Jun 14 20:22:04 UTC 2013


The following commit has been merged in the master branch:
commit 6da025ce63556e64a796de6bd2ab7eb20705fd83
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 14 21:08:34 2013 +0200

    Prepare for release: Update changelog and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index a3665a9..14a9ce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+libtype-tiny-perl (0.006-1) unstable; urgency=low
+
+  [ upstream ]
+  * New release.
+    + String error messages replaced with exceptions.
+      - Assertion exceptions have an ->explain method.
+    + Bytes, Chars, Encode and Decode split from Types::Standard to
+      Types::Encodings.
+
+  [ Jonas Smedegaard ]
+  * Update upstream source to use github.
+  * Stop tracking md5sum of upstream tarball.
+  * Extend copyright coverage for additional convenience code copies.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 14 Jun 2013 21:08:14 +0200
+
 libtype-tiny-perl (0.004-1) unstable; urgency=low
 
   [ upstream ]
diff --git a/debian/copyright_hints b/debian/copyright_hints
index dd39773..b8843fb 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -14,6 +14,10 @@ Files: CONTRIBUTING
  lib/Test/TypeTiny.pm
  lib/Type/Coercion.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/Tiny.pm
@@ -33,10 +37,10 @@ Files: CONTRIBUTING
  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/00-begin.t
+ t/01-compile.t
+ t/02-api.t
  t/arithmetic.t
  t/coercion-classy.t
  t/coercion-frozen.t
@@ -45,6 +49,7 @@ Files: CONTRIBUTING
  t/coercion-union.t
  t/coercion.t
  t/eval.t
+ t/exceptions.t
  t/exporter-installer.t
  t/exporter-roleconflict.t
  t/exporter.t
@@ -208,7 +213,7 @@ Copyright: 2013, David Golden, Toby Inkster
 License: UNKNOWN
  FIXME
 
-Files: t/stdlib-str.t
+Files: t/coercions-parameterized.t
 Copyright: Paris", "Garçon"
 License: UNKNOWN
  FIXME

-- 
libtype-tiny-perl Debian packaging



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