This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libdispatch-class-perl.
commit cbc3a580004184a1c0e5a526211f0b853384b8c1 Author: Jonas Smedegaard <[email protected]> Date: Tue Aug 4 13:02:27 2015 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 24 +++++++++++++++++++++--- debian/control | 9 ++++----- debian/copyright_hints | 8 +++++--- 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index f38b014..a2979d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,33 @@ -libdispatch-class-perl (0.01-3) UNRELEASED; urgency=medium +libdispatch-class-perl (0.02-1) unstable; urgency=medium + + [ upstream ] + * New release. + + Use Exporter::Tiny instead of Sub::Exporter. [ Jonas Smedegaard ] * Add git-buildpackage config, enabling pristine-tar and tag signing. + * Declare compliance with Debian Policy 3.9.6. + * Bump debhelper compatibility level to 9. + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage of packaging to include current year. + + Adjust alternate source URL to use git protocol. + + Extend coverage for main upstream author to include current year. + * Override lintian regarding build-depending unversioned on debhelper. + * Override lintian regarding license in License-Reference field. + See bug#786450. + * Adjust short description to match upstream abstract. + * Update package relations: (Build-)depend on libexporter-tiny-perl + (not libsub-exporter-perl). [ Salvatore Bonaccorso ] - * Update Vcs-Browser URL to cgit web frontend + * Update Vcs-Browser URL to use cgit web frontend. [ Vasudev Kamath ] * Drop myself from uploaders. - -- Jonas Smedegaard <[email protected]> Mon, 23 Jun 2014 02:36:19 +0200 + -- Jonas Smedegaard <[email protected]> Tue, 04 Aug 2015 12:59:31 +0200 libdispatch-class-perl (0.01-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 733f253..0a56c9a 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,10 @@ Build-Depends: cdbs, dh-buildinfo, devscripts, perl, - libsub-exporter-perl + libexporter-tiny-perl Maintainer: Debian Perl Group <[email protected]> -Uploaders: Vasudev Kamath <[email protected]>, - Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.5 +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.6 Homepage: https://metacpan.org/pod/Dispatch::Class Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdispatch-class-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdispatch-class-perl.git @@ -18,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdispatch-class Package: libdispatch-class-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Description: dispatch on the type (class) of arguments +Description: dispatch on the type (class) of an argument This module offers a simple way to check the class of an object and handle specific cases specifically. . diff --git a/debian/copyright_hints b/debian/copyright_hints index 2fc26c1..83ef94a 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -16,6 +16,7 @@ Files: Changes debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch t/00-load.t t/basic.t @@ -25,18 +26,19 @@ License: UNKNOWN Files: debian/rules Copyright: 2013, Vasudev Kamath <[email protected]> - 2013-2014, Jonas Smedegaard <[email protected]> + 2013-2015, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME Files: lib/Dispatch/Class.pm Copyright: & LICENSE - 2013, Lukas Mai + 2013-2014, Lukas Mai License: UNKNOWN FIXME Files: README -Copyright: 2013, Lukas Mai +Copyright: 2013-2014, Lukas Mai + AND LICENCE License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdispatch-class-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
