This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libatombus-perl.
commit ddff9b6596d65d1fe636b41c6f2ba276d926b9db Author: Jonas Smedegaard <[email protected]> Date: Sun Nov 22 11:32:01 2015 +0100 Update changelog, control file and copyright hints. --- debian/changelog | 25 +++++++++++++++++++++++++ debian/control | 8 ++++---- debian/copyright_hints | 32 +++++++++----------------------- 3 files changed, 38 insertions(+), 27 deletions(-) diff --git a/debian/changelog b/debian/changelog index ceb3173..a850923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +libatombus-perl (1.0405-3) UNRELEASED; urgency=medium + + * Fix capitalization of PubSubHubbub in long description, and include + its abbreviation. + * Update copyright info: + + Revert wrong fix for missing-license-text-in-dep5-copyright + lintian warning. + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend copyright of packaging to cover recent years. + + Bump license of packaging to GPL-3+. + + Add alternate git source URL. + + List issue tracker (not email of main author) as preferred + upstream contact. + * Bump debhelper compatibility level to 9. + * Add lintian override regarding debhelper 9. + * Update package relations: + + Stop depend (only build-depend) on libcapture-tiny-perl: Needed + for testsuite but not at runtime. + + Relax to build-depend unversioned on cdbs: Needed version + satisfied even in oldstable. + * Declare compliance with Debian Policy 3.9.6. + + -- Jonas Smedegaard <[email protected]> Sun, 22 Nov 2015 11:06:10 +0100 + libatombus-perl (1.0405-2) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 2adbf90..d73478d 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: libatombus-perl Section: perl Priority: optional -Build-Depends: devscripts, - cdbs (>= 0.4.73~), +Build-Depends: cdbs, + devscripts, perl, debhelper, dh-buildinfo, @@ -18,7 +18,7 @@ Build-Depends: devscripts, libcapture-tiny-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.2 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libatombus-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatombus-perl.git Homepage: http://search.cpan.org/dist/AtomBus/ @@ -33,4 +33,4 @@ Description: AtomPub server for messaging AtomBus is an AtomPub server that can be used for messaging. The idea is that atom feeds can correspond to conceptual queues or buses. AtomBus is built on top of the Dancer framework. It is also - pubsubhubbub friendly. + PubSubHubbub (PuSH) friendly. diff --git a/debian/copyright_hints b/debian/copyright_hints index fd82895..239bd9f 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -10,11 +10,13 @@ Files: Changes Makefile.PL README.pod config.yml + debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch dist.ini environments/development.yml @@ -33,33 +35,17 @@ Files: README lib/AtomBus/Schema/Result/AtomBusEntry.pm lib/AtomBus/Schema/Result/AtomBusFeed.pm Copyright: 2010, Naveed Massjouni + AND LICENSE License: UNKNOWN FIXME -Files: LICENSE -Copyright: 1989, Free Software Foundation, Inc - 19xx name of author - 19yy <name of author> - 2010, Naveed Massjouni - HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR - HOLDERS AND/OR OTHER PARTIES - Holder - Holder maintains some semblance of - Holder may not be used to endorse or promote - Holder to include your - Holder" is whoever is named in the or s for - Holder, but only to the - Holder. A Package modified in such - disclaimer" for the program, if - holder saying it may be - interest in the - notices and associated disclaimers - the software, and -License: GPL-1+ +Files: debian/rules +Copyright: 2011-2012, 2015 Jonas Smedegaard <[email protected]> +License: GPL-3+ FIXME -Files: debian/rules -Copyright: 2011, Jonas Smedegaard <[email protected]> -License: GPL-2+ +Files: LICENSE +Copyright: 2010, Naveed Massjouni +License: GPL-ever FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatombus-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
