This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libxml-semanticdiff-perl.
commit 9c0b2bd866a3c5103d9bb792efb7164757290430 Author: Jonas Smedegaard <[email protected]> Date: Thu Sep 14 10:14:25 2017 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 36 +++++++++++++++++++++++++--- debian/control | 7 +++--- debian/copyright_hints | 65 ++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 83 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8204f8..8e27ebf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,38 @@ -libxml-semanticdiff-perl (1.0004-3) UNRELEASED; urgency=medium +libxml-semanticdiff-perl (1.0005-1) unstable; urgency=medium - * Update Vcs-Browser URL to cgit web frontend + [ upstream] + * New release. + + Convert the distribution to use git, GitHub, and Dist-Zilla. + + Correct some spelling errors and add more tests. + + Remove trailing whitespace. - -- Salvatore Bonaccorso <[email protected]> Sat, 16 Aug 2014 09:36:25 +0200 + [ Jonas Smedegaard ] + * Modernize Vcs-* fields: + + Consistently use https protocol. + + Consistently use git (not gitweb) path. + + Consistently include .git suffix in path. + * Declare compliance with Debian Policy 4.1.0. + * Modernize git-buildpackage config: Filter any .git* file. + * Update watch file: + + Bump to file format 4. + + Watch only MetaCPAN URL. + + Mention gbp --uscan in usage comment. + + Use substitution strings. + * Modernize cdbs: + + Drop get-orig-source target: Use gbp import-orig --uscan. + + Do copyright-check in maintainer script (not during build). + + Relax to build-depend unversioned on cdbs. + * Update copyright info: + + Use https protocol in file format URL. + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage for myself. + + Extend coverage for main upstream author. + * Add lintian override regarding license in License-Reference field. + See bug#786450. + * Use debhelper compatibility level 9 (not 8). + + -- Jonas Smedegaard <[email protected]> Thu, 14 Sep 2017 10:14:05 +0200 libxml-semanticdiff-perl (1.0004-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3b7cc15..919accb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,6 @@ Source: libxml-semanticdiff-perl Section: perl Priority: optional Build-Depends: cdbs, - devscripts, perl, libmodule-build-perl, debhelper, @@ -12,9 +11,9 @@ Build-Depends: cdbs, libtest-pod-coverage-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-semanticdiff-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-semanticdiff-perl.git +Standards-Version: 4.1.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-semanticdiff-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libxml-semanticdiff-perl.git Homepage: http://search.cpan.org/dist/XML-SemanticDiff/ Package: libxml-semanticdiff-perl diff --git a/debian/copyright_hints b/debian/copyright_hints index ba18fb3..c3b7961 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -7,6 +7,7 @@ Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST + MANIFEST.SKIP META.json META.yml debian/README.source @@ -16,10 +17,12 @@ Files: Build.PL debian/gbp.conf debian/source/format debian/watch + dist.ini eg/camelids.xml eg/camelids2.xml eg/xmlsemdiff inc/Test/Run/Builder.pm + t/00-compile.t t/01basic.t t/02load_xml.t t/03simple_compare.t @@ -35,34 +38,60 @@ Files: Build.PL t/13to-doc-read.t t/14ignore_xpath.t t/15ignore_multi.t - t/cpan-changes.t - t/pod-coverage.t - t/pod.t -Copyright: *No copyright* + t/style-trailing-space.t + weaver.ini + xt/author/eol.t + xt/author/no-tabs.t + xt/author/pod-coverage.t + xt/author/pod-syntax.t + xt/release/cpan-changes.t + xt/release/kwalitee.t + xt/release/trailing-space.t +Copyright: NONE License: UNKNOWN FIXME -Files: README - lib/XML/SemanticDiff.pm -Copyright: 2000, Kip Hampton. This program is -License: Perl +Files: debian/copyright-check + debian/rules +Copyright: 2011-2014, 2016-2017, Jonas Smedegaard <[email protected]> + 2016-2017, Jonas Smedegaard <[email protected]> +License: GPL-3+ FIXME -Files: debian/rules -Copyright: 2011-2014, Jonas Smedegaard <[email protected]> -License: GPL-3+ +Files: LICENSE +Copyright: 1989, 1991, Free Software Foundation, Inc., + ed by the Free + ed interfaces, the + of this + the software, and +License: Artistic + FIXME + +Files: README +Copyright: 2001, Kim Hampton. +License: Artistic or GPL-1+ FIXME Files: lib/XML/SemanticDiff/BasicHandler.pm -Copyright: 2000, Kip Hampton. This program is free software; you can redistribute it and/or modify it -License: Perl +Copyright: 2001, Kim Hampton. / + Copyright (c) 2000 Kip Hampton. +License: Artistic or GPL-1+ FIXME -Files: LICENSE -Copyright: 1989, 1991 Free Software Foundation, Inc. - law: - of this - the software, and +Files: lib/XML/SemanticDiff.pm +Copyright: 2001, Kim Hampton. / + Copyright (c) 2000 Kip Hampton. + s on this +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/libxml-semanticdiff-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
