This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libtest-rdf-perl.
commit 618ae5fa23146143562051469328658a3194fd67 Author: Jonas Smedegaard <[email protected]> Date: Mon Sep 11 14:10:56 2017 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 42 ++++++++++++++++++++++++-- debian/control | 9 +++--- debian/copyright_hints | 80 ++++++++++++++++++++++++++++++++++---------------- 3 files changed, 97 insertions(+), 34 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ddbe43..46e1bc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,44 @@ -libtest-rdf-perl (1.20-2) UNRELEASED; urgency=medium +libtest-rdf-perl (1.22-1) unstable; urgency=medium - * Update Test::Tester build dependency. + [ upstream ] + * New release. + + Add has_type function. + + Minor cosmetic changes. + + [ gregor herrmann ] + * Update package relations: + + Update to build-depend on recent libtest-simple-perl, favored over + libtest-tester-perl. + + [ Jonas Smedegaard ] + * Use debhelper compatibility level 9 (not 8). + * Modernize Vcs-* fields: + + Use https protocol. + + Use git (not cgit) in path. + + Add .git suffix for Vcs-Git URL. + * Declare compliance with Debian Policy 4.1.0. + * Update watch file: + + Use format version 4. + + Watch only MetaCPAN URL. + + Mention gbp --uscan in usage comment. + + Tighten version regex. + * 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. + * Update copyright info: + + Use https protocol in file format URL. + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage for main upstream author. + + Extend coverage for myself. + * Update git-buildpackage config: Filter any .git* files. + * Add lintian overrides regarding License-Reference. + * Update package relations: + + Update to build-depend on recent perl, favored over recent + libtest-simple-perl and libtest-tester-perl. - -- gregor herrmann <[email protected]> Sat, 13 Jun 2015 22:23:54 +0200 + -- Jonas Smedegaard <[email protected]> Mon, 11 Sep 2017 14:10:30 +0200 libtest-rdf-perl (1.20-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1fea4a3..ae0c807 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,18 @@ Source: libtest-rdf-perl Section: perl Priority: optional Build-Depends: cdbs, - devscripts, perl, debhelper, dh-buildinfo, librdf-trine-perl, perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24), - libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6) + perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]>, Florian Schlichting <[email protected]> -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-rdf-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-rdf-perl.git +Standards-Version: 4.1.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-rdf-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libtest-rdf-perl.git Homepage: http://search.cpan.org/dist/Test-RDF/ Package: libtest-rdf-perl diff --git a/debian/copyright_hints b/debian/copyright_hints index c7345a4..4a692e4 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -7,11 +7,9 @@ Disclaimer: Autogenerated by CDBS Files: CREDITS Changes INSTALL - MANIFEST META.json META.yml Makefile.PL - SIGNATURE debian/README.source debian/compat debian/control @@ -31,49 +29,79 @@ Files: CREDITS t/isomorph_graphs.t t/pattern_fail.t t/pattern_ok.t -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME -Files: debian/rules -Copyright: 2011, Florian Schlichting <[email protected]> - 2011-2013, Jonas Smedegaard <[email protected]> -License: GPL-3+ +Files: lib/Test/RDF.pm +Copyright: 2010-2015, 2017, Kjetil Kjernsmo. / + Copyright 2010 ABC Startsiden AS. +License: Artistic + FIXME + +Files: README +Copyright: Copyright 2010 ABC Startsiden AS. Copyright 2010, 2011, 2012, 2013, 2014, +License: Artistic FIXME Files: LICENSE -Copyright: 1989, Free Software Foundation, Inc +Copyright: 1989, Free Software Foundation, Inc. 19xx name of author 19yy <name of author> - 2014, Kjetil Kjernsmo + 2017, Kjetil Kjernsmo. disclaimer" for the program, if + ed by the Free interest in the + of this Package, but belong to whomever generated them, and may be sold the software, and -License: GPL-ever - FIXME - -Files: lib/Test/RDF.pm -Copyright: 2010, ABC Startsiden AS - 2010-2014, Kjetil Kjernsmo -License: UNKNOWN +License: Artistic or GPL-1+ FIXME Files: COPYRIGHT -Copyright: 2010, ABC Startsiden AS - 2010-2014, Kjetil Kjernsmo - 2011, Kjetil Kjernsmo - 2012, Kjetil Kjernsmo - 2013, Kjetil Kjernsmo - 2013, Toby Inkster - 2014, Kjetil Kjernsmo - 2014, the holder(s) +Copyright: -format/1.0/ + 2010-2015, 2017, Kjetil Kjernsmo. + 2017, the copyright holder(s). + CREDITS + Copyright 2010 ABC Startsiden AS. + Copyright 2011 Kjetil Kjernsmo. + Copyright 2012 Kjetil Kjernsmo. + Copyright 2013 Kjetil Kjernsmo. + Copyright 2013 Toby Inkster. + Copyright 2014 Kjetil Kjernsmo. + Copyright 2017 Kjetil Kjernsmo. None Unknown +License: Artistic-1.0 and/or GPL-1 + FIXME + +Files: debian/rules +Copyright: 2011, Florian Schlichting <[email protected]> + 2011-2014, 2017, Jonas Smedegaard <[email protected]> +License: GPL-3+ + FIXME + +Files: debian/copyright-check +Copyright: 2016-2017, Jonas Smedegaard <[email protected]> +License: GPL-3+ + FIXME + +Files: debian/source/lintian-overrides +Copyright: Artistic + GPL-1+ + GPL-3+ + artistic + gpl-1+ + gpl-3+ License: UNKNOWN FIXME -Files: README -Copyright: 2010, ABC Startsiden AS. 2010-2014 +Files: MANIFEST +Copyright: CREDITS +License: UNKNOWN + FIXME + +Files: SIGNATURE +Copyright: SHA1 df8cccf2efb0ae1a3b5b67cbad3da01e5d5d2087 CREDITS License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-rdf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
