This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libtest-modern-perl.
commit 488876cfccac5d83518d41b7c57c85ecc6457c2a Author: Jonas Smedegaard <[email protected]> Date: Thu Jul 23 12:04:20 2015 +0200 Prepare for release: Update changelog and copyright hints. --- debian/changelog | 28 +++++++++++++++++++++++++--- debian/copyright_hints | 8 ++++---- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4018580..f1795f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,30 @@ -libtest-modern-perl (0.008-2) UNRELEASED; urgency=medium +libtest-modern-perl (0.013-1) unstable; urgency=medium - * Update Vcs-Browser URL to cgit web frontend + [ upstream ] + * New release(s). + 0.009 + + Add `-internet` feature to declare need for internet access, + honouring NO_NETWORK_TESTS environment variable. + + Precautionary bypassing of prototype for internal calls to + Test::More::subtest. + + Improve `namespaces_clean` implementation along the same lines as + recent changes to Test::CleanNamespaces. + 0.010 + + Fix behaviour of BAIL_OUT called within object_ok. + 0.011 + + version_all_same now copes better with undef versions. + 0.012 + + does_ok no longer calls internal Test::Builder _try method. + 0.013 + + Add 'test recommends' dependencies on a few modules. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to use cgit web frontend. + + [ Jonas Smedegaard ] + * Update copyright info: Extend coverage of packaging to include current year. - -- Salvatore Bonaccorso <[email protected]> Sat, 16 Aug 2014 09:35:30 +0200 + -- Jonas Smedegaard <[email protected]> Thu, 23 Jul 2015 12:03:32 +0200 libtest-modern-perl (0.008-1) unstable; urgency=medium diff --git a/debian/copyright_hints b/debian/copyright_hints index f277da6..9707f5c 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -22,9 +22,11 @@ Files: CONTRIBUTING t/13versions.t t/14shouldntwarn.t t/15tlib.t + t/16bench.t t/lib/Local/Foo.pm Copyright: 2012-2014, Toby Inkster 2014, Toby Inkster + AND LICENCE License: UNKNOWN FIXME @@ -42,6 +44,7 @@ Files: CREDITS debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch dist.ini doap.ttl @@ -50,7 +53,7 @@ License: UNKNOWN FIXME Files: debian/rules -Copyright: 2014, Jonas Smedegaard <[email protected]> +Copyright: 2014-2015, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME @@ -60,7 +63,6 @@ Copyright: 1989, Free Software Foundation, Inc 19yy <name of author> 2014, Toby Inkster disclaimer" for the program, if - interest in the the software, and License: GPL-ever FIXME @@ -68,9 +70,7 @@ License: GPL-ever Files: COPYRIGHT Copyright: 2013, Toby Inkster 2014, Toby Inkster - 2014, the holder(s) None - This software is 2014, by Toby Inkster Unknown License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-modern-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
