This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libfile-data-perl.
commit 730b625c7b1a637a2caad15bead51321a00c9253 Author: Jonas Smedegaard <[email protected]> Date: Mon Sep 11 15:25:59 2017 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 21 ++++++++++++++++----- debian/control | 7 +++---- debian/copyright_hints | 23 ++++++++++++++++++----- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index e65913c..8822fdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libfile-data-perl (1.20-1) UNRELEASED; urgency=medium +libfile-data-perl (1.20-1) unstable; urgency=medium [ upstream ] * New release(s). @@ -7,9 +7,12 @@ libfile-data-perl (1.20-1) UNRELEASED; urgency=medium * Update Vcs-Browser URL to use cgit web frontend. [ Jonas Smedegaard ] - * Declare compliance with Debian Policy 3.9.6. + * Declare compliance with Debian Policy 4.1.0. * Bump debhelper compatibility level to 9. - * Fix Vcs-Git URL. + * Modernize Vcs-* fields: + + Consistently use https protocol. + + Consistently use git (not cgit) in path. + + Consistently include .git suffix in path. * Drop obsolete patch. * Update copyright info: + List upstream issue tracker as Upstream-Contact. @@ -17,20 +20,28 @@ libfile-data-perl (1.20-1) UNRELEASED; urgency=medium Thanks to Ben Finney. + Extend coverage of packaging to include recent years. + Bump (yes, not extend) coverage for main upstream author. + + Drop superfluous copyright signs. + + Use https protocol in file format URL. * Update watch file: + Switch from search.cpan.org to metacpan.org. + Bump to file format 4. + Mention gbp --uscan in usage comment. + Use substitution variables. + + Tighten version regex. * Override lintian regarding license in License-Reference field. See bug#786450. - * Override lintian regarding build-depending unversioned on debhelper. * Update package relations: + Tighten to (build-)depend versioned on perl: Needed for recent Data::Dumper and Carp (neither packaged separately, so no fallback available to ease backporting). + * Update git-buildpackage config: Filter any .git* files. + * Modernize cdbs: + + Drop upstream-tarball hints: Use gbp import-orig --uscan. + + Do copyright-check in maintainer script (not during build). + Stop build-depend on devscripts. + * Add patch 1001 to fix install path. - -- Jonas Smedegaard <[email protected]> Sat, 18 Jun 2016 12:26:26 +0200 + -- Jonas Smedegaard <[email protected]> Mon, 11 Sep 2017 15:25:32 +0200 libfile-data-perl (1.16-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 8a094db..5d69b60 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,14 @@ Source: libfile-data-perl Section: perl Priority: optional Build-Depends: cdbs, - devscripts, debhelper, dh-buildinfo, perl (>= 5.19.11) Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-data-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-data-perl.git +Standards-Version: 4.1.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-data-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libfile-data-perl.git Homepage: http://search.cpan.org/dist/File-Data/ Package: libfile-data-perl diff --git a/debian/copyright_hints b/debian/copyright_hints index 42f2584..9f72ba9 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -16,26 +16,39 @@ Files: Changes debian/control debian/control.in debian/gbp.conf + debian/patches/1001_fix_install_path.patch + debian/patches/README + debian/patches/series debian/source/format - debian/source/lintian-overrides debian/watch t/extra t/japh t/read t/test.t t/write -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME -Files: debian/rules -Copyright: 2012-2013, 2015-2016, Jonas Smedegaard <[email protected]> +Files: debian/copyright-check + debian/rules +Copyright: 2012-2013, 2015-2017, Jonas Smedegaard <[email protected]> + 2016-2017, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME Files: lib/File/Data.pm Copyright: 2016, Richard Foley - AND LICENSE +License: Artistic or GPL-1+ + FIXME + +Files: debian/source/lintian-overrides +Copyright: Artistic + GPL-1+ + GPL-3+ + artistic + gpl-1+ + gpl-3+ License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-data-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
