This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmoox-cmd-perl.
commit de4918d331255b5b74f0d2b73364ff5b88e05481 Author: Jonas Smedegaard <[email protected]> Date: Mon Oct 26 15:38:04 2015 +0100 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 26 ++++++++++++++++++++++++-- debian/control | 2 +- debian/copyright_hints | 4 +++- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6f0c69..d0e974b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,31 @@ -libmoox-cmd-perl (0.013-3) UNRELEASED; urgency=medium +libmoox-cmd-perl (0.015-1) unstable; urgency=medium + [ upstream ] + * New release(s): + + Switch from IO::TieCombine to stacked Capture::Tiny in + MooX::Cmd::Tester to avoid breaking commands in test (only) when + relying on fileno of STD{OUT,ERR}. + + Fix tests on Win32 due stacked Capture::Tiny::_capture_tee. + + [ gregor herrmann ] * Rename autopkgtest configuration file(s) as per new pkg-perl- autopkgtest schema. - -- gregor herrmann <[email protected]> Sat, 24 Oct 2015 13:46:06 +0200 + [ Jonas Smedegaard ] + * Fix suppress 006xxx versions in watch file. + * Modernize git-buildpackage config: Avoid git- prefix. + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend copyright of packaging to cover current year. + * Add lintian override regarding license in License-Reference field. + See bug#786450. + * Bump debhelper compatibility level to 9. + * Add lintian override regarding debhelper 9. + * Update package relations: + + Build-depend on libcapture-tiny-perl (not libio-tiecombine-perl). + + -- Jonas Smedegaard <[email protected]> Mon, 26 Oct 2015 15:33:48 +0100 libmoox-cmd-perl (0.013-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index c29304f..0300885 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: cdbs, liblist-moreutils-perl (>= 0.406), libmoox-options-perl, libmoox-configfromfile-perl, - libio-tiecombine-perl + libcapture-tiny-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> Standards-Version: 3.9.6 diff --git a/debian/copyright_hints b/debian/copyright_hints index 59b4dd0..09eb1dd 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -16,6 +16,8 @@ Files: Changes debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides + debian/tests/pkg-perl/smoke-files debian/watch etc/04-moox-configfromfile.t-check-it.json etc/04-moox-configfromfile.t-check.json @@ -62,7 +64,7 @@ License: UNKNOWN FIXME Files: debian/rules -Copyright: 2014, Jonas Smedegaard <[email protected]> +Copyright: 2014-2015, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-cmd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
