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 0c503d02d0fd769a8dd2a0e0dbdfaf4632a56689
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Wed Feb 1 02:50:21 2017 +0100

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       |  36 +++++++++-
 debian/control         |  10 +--
 debian/copyright_hints | 184 +++++++++++++++++++++++++++----------------------
 3 files changed, 139 insertions(+), 91 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a29fcdf..9026afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,40 @@
-libtype-tiny-perl (1.000005-2) UNRELEASED; urgency=medium
+libtype-tiny-perl (1.000006-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release.
+    + Fix escaping within q{...} in a test case.
+
+  [ gregor herrmann ]
   * Update Test::Tester build dependency.
 
- -- gregor herrmann <gre...@debian.org>  Sat, 13 Jun 2015 22:26:57 +0200
+  [ Jonas Smedegaard ]
+  * Update watch file:
+    + Bump to version 4.
+    + Track only MetaCPAN URL.
+    + Mention gbp import-orig --uscan in usage comment.
+    + Tighten version regex.
+  * Update git-buildpage config:
+    + Avoid git- prefix.
+    + Filter any .git* file.
+  * Modernize Vcs-* fields:
+    + Use https protocol.
+    + Use git subdir (not cgit).
+    + Add .git suffix for Vcs-Git URL.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
+  * Update copyright info:
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage of Debian packaging.
+    + Extend coverage for upstream authors.
+  * Add lintian override regarding license in License-Reference field.
+    See bug#786450.
+  * Update package relations:
+    + Favor recent perl over (recent libtest-simple-perl over)
+      libtest-tester-perl.
+    + Build-depend on licensecheck (not devscripts).
+
+ -- Jonas Smedegaard <d...@jones.dk>  Wed, 01 Feb 2017 02:50:18 +0100
 
 libtype-tiny-perl (1.000005-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 22ebd78..103036d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libtype-tiny-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
+ licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
@@ -12,12 +12,12 @@ Build-Depends: cdbs,
  libmoosex-types-perl,
  libmousex-types-perl,
  libtest-fatal-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6),
  libmoosex-types-common-perl,
  libtest-warnings-perl,
  libmatch-simple-perl,
  libmoosex-getopt-perl,
  libdevel-hide-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 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),
@@ -27,9 +27,9 @@ Build-Depends: cdbs,
  libdevel-stacktrace-perl
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <d...@jones.dk>
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-perl.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
 Homepage: https://metacpan.org/release/Type-Tiny
 
 Package: libtype-tiny-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 4352457..49457dd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -133,7 +133,6 @@ Files: README
  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
@@ -181,20 +180,18 @@ Files: README
  t/30-integration/match-simple/basic.t
  t/lib/BiggerLib.pm
  t/lib/DemoLib.pm
-Copyright: 2013, Toby Inkster
-  2013-2014, Toby Inkster
-  2014, Toby Inkster
-License: UNKNOWN
+Copyright: 2013, Toby Inkster.
+  2013-2014, 2017, Toby Inkster.
+  2014, 2017, Toby Inkster.
+License: Artistic or GPL-1+
  FIXME
 
 Files: CREDITS
  INSTALL
- MANIFEST
  META.json
  META.yml
  Makefile.PL
  NEWS
- SIGNATURE
  TODO
  debian/README.source
  debian/compat
@@ -202,6 +199,7 @@ Files: CREDITS
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  dist.ini
  examples/versus-scalar-validation.pl
@@ -211,7 +209,7 @@ Files: CREDITS
  t/TODO
  t/mk-test-manifest.pl
  t/not-covered.pl
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
@@ -223,135 +221,153 @@ Files: t/40-regression/rt85911.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
+Copyright: 2013-2014, 2017, Diab Jerius.
+  2014, 2017, Diab Jerius.
+License: Artistic or GPL-1+
  FIXME
 
 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
+Copyright: 2014, 2017, Graham Knop.
+License: Artistic or GPL-1+
  FIXME
 
 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
+Copyright: 2013-2014, 2017, Matt S Trout - mst (at) shadowcatsystems.co.uk 
(L<http:www.shadowcatsystems.co.uk/>).
+License: Artistic or GPL-1+
  FIXME
 
 Files: t/40-regression/rt86233.t
  t/40-regression/rt86239.t
-Copyright: 2013-2014, Vyacheslav Matyukhin
+Copyright: 2013-2014, 2017, Vyacheslav Matyukhin.
+License: Artistic or GPL-1+
+ FIXME
+
+Files: t/20-unit/Type-Coercion/parameterized.t
+ t/20-unit/Type-Library/inheritance.t
+Copyright: Paris", "Garçon"
+  Paris|Garçon";
+License: Artistic or GPL-1+
+ FIXME
+
+Files: Changes
+ doap.ttl
+Copyright: 2014
 License: UNKNOWN
  FIXME
 
-Files: debian/rules
-Copyright: 2013-2014, Jonas Smedegaard <d...@jones.dk>
-License: GPL-3+
+Files: t/30-integration/MooseX-Getopt/coercion.t
+Copyright: 2014, 2017, Alexander Hartmaier.
+License: Artistic or GPL-1+
+ FIXME
+
+Files: t/40-regression/rt98113.t
+Copyright: 2014, 2017, Dagfinn Ilmari Mannsåker
+License: Artistic or GPL-1+
+ FIXME
+
+Files: t/30-integration/Class-InsideOut/basic.t
+Copyright: 2013-2014, 2017, David Golden, Toby Inkster.
+License: Artistic or GPL-1+
  FIXME
 
 Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
+Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy <name of author>
-  2014, Toby Inkster
+  2017, Toby Inkster.
   disclaimer" for the program, if
+  ed by the Free
   interest in the
+  of this Package, but belong to whomever generated them, and may be sold
   the software, and
-License: GPL-ever
+License: Artistic or GPL-1+
  FIXME
 
-Files: Changes
-Copyright: 2014
-License: UNKNOWN
- FIXME
-
-Files: doap.ttl
-Copyright: 2014.";
-License: UNKNOWN
+Files: t/99-moose-std-types-test.t
+Copyright: 2013-2014, 2017, Infinity Interactive, Inc..
+License: Artistic or GPL-1+
  FIXME
 
-Files: t/30-integration/MooseX-Getopt/coercion.t
-Copyright: 2014, Alexander Hartmaier
-License: UNKNOWN
+Files: t/40-regression/ttxs-gh1.t
+Copyright: 2014, 2017, Jed Lund.
+License: Artistic or GPL-1+
  FIXME
 
-Files: t/40-regression/rt98113.t
-Copyright: 2014, Dagfinn Ilmari Mannsåker
-License: UNKNOWN
+Files: t/20-unit/Types-Common-String/unicode.t
+Copyright: 2013-2014, 2017, Matt S Trout - mst (at) shadowcatsystems.co.uk 
(L<http:www.shadowcatsystems.co.uk/>).
+  is lowercase");
+  is not (entirely) uppercase");
+License: Artistic or GPL-1+
  FIXME
 
-Files: t/30-integration/Class-InsideOut/basic.t
-Copyright: 2013-2014, David Golden, Toby Inkster
-License: UNKNOWN
+Files: t/40-regression/gh1.t
+Copyright: 2013-2014, 2017, Richard Simões.
+License: Artistic or GPL-1+
  FIXME
 
-Files: t/99-moose-std-types-test.t
-Copyright: 2013-2014, Infinity Interactive, Inc.
-License: UNKNOWN
+Files: t/40-regression/rt90096.t
+Copyright: 2013-2014, 2017, Samuel Kaufman.
+License: Artistic or GPL-1+
  FIXME
 
-Files: t/40-regression/ttxs-gh1.t
-Copyright: 2014, Jed Lund
-License: UNKNOWN
+Files: t/20-unit/Types-Standard/deep-coercions.t
+Copyright: 2013-2014, 2017, Toby Inkster.
+  to $Dict1 - changed in 0.003_11; the presence of an additional value cancels 
coercion",
+License: Artistic or GPL-1+
  FIXME
 
 Files: COPYRIGHT
-Copyright: 1970, Toby Inkster
-  2014, MATSUNO Tokuhiro
-  2014, Ricardo Signes
-  2014, Toby Inkster
-  2014, Yuval Kogman
-  2014, the holder(s)
+Copyright: -format/1.0/
+  2017, the copyright holder(s).
+  Copyright 1970 Toby Inkster.
+  Copyright 2014 MATSUNO Tokuhiro.
+  Copyright 2014 Ricardo Signes.
+  Copyright 2014 Toby Inkster.
+  Copyright 2014 Yuval Kogman.
+  Copyright 2017 Toby Inkster.
   None
-  This software is 2013, by Toby Inkster
-  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 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
+  SIGNATURE
+  This software is copyright (c) 2013 by Toby Inkster.
+  This software is copyright (c) 2013-2014, 2017 by David Golden, Toby Inkster.
+  This software is copyright (c) 2013-2014, 2017 by Diab Jerius.
+  This software is copyright (c) 2013-2014, 2017 by Infinity Interactive, Inc..
+  This software is copyright (c) 2013-2014, 2017 by Matt S Trout - mst (at) 
shadowcatsystems.co.uk (L<http:www.shadowcatsystems.co.uk/>).
+  This software is copyright (c) 2013-2014, 2017 by Richard Simões.
+  This software is copyright (c) 2013-2014, 2017 by Samuel Kaufman.
+  This software is copyright (c) 2013-2014, 2017 by Toby Inkster.
+  This software is copyright (c) 2013-2014, 2017 by Vyacheslav Matyukhin.
+  This software is copyright (c) 2014, 2017 by Alexander Hartmaier.
+  This software is copyright (c) 2014, 2017 by Dagfinn Ilmari Mannsåker.
+  This software is copyright (c) 2014, 2017 by Diab Jerius.
+  This software is copyright (c) 2014, 2017 by Graham Knop.
+  This software is copyright (c) 2014, 2017 by Jed Lund.
+  This software is copyright (c) 2014, 2017 by Toby Inkster.
   Unknown
-License: UNKNOWN
+License: Artistic-1.0 and/or GPL-1
  FIXME
 
-Files: t/20-unit/Type-Coercion/parameterized.t
-Copyright: Paris", "Garçon"
-  Paris|Garçon";
-License: UNKNOWN
- FIXME
-
-Files: t/20-unit/Type-Library/inheritance.t
-Copyright: 2013-2014, Toby Inkster
-  Paris", "Garçon"
-License: UNKNOWN
+Files: debian/rules
+Copyright: 2013-2015, 2017, Jonas Smedegaard <d...@jones.dk>
+License: GPL-3+
  FIXME
 
-Files: t/40-regression/gh1.t
-Copyright: 2013-2014, Richard Simões
+Files: inc/Try/Tiny.pm
+Copyright: 2014, Yuval Kogman.
 License: UNKNOWN
  FIXME
 
-Files: t/40-regression/rt90096.t
-Copyright: 2013-2014, Samuel Kaufman
+Files: MANIFEST
+Copyright: CREDITS
 License: UNKNOWN
  FIXME
 
-Files: inc/Try/Tiny.pm
-Copyright: 2014, Yuval Kogman
+Files: SIGNATURE
+Copyright: SHA1 959203ec68e9fccb074bce98ca82537b4c5c338a CREDITS
 License: UNKNOWN
  FIXME
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to