This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libpath-tiny-perl.
commit 65f6fe3ea59c87e17f40cba22e9a0fef398b72b2 Author: Jonas Smedegaard <[email protected]> Date: Mon Aug 28 19:18:09 2017 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 23 +++++++++++++++++++---- debian/control | 5 ++--- debian/copyright_hints | 41 ++++++++++++++++++++++++----------------- 3 files changed, 45 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4216464..8f2e8e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,28 @@ libpath-tiny-perl (0.104-1) unstable; urgency=medium - * Team upload. - * New upstream version 0.104 + [ upstream ] + * New release(s). + + [ Nick Morrott ] * Declare compliance with Debian Policy 4.1.0 - * Bump debhelper compatibility version to 10 * Add d/u/metadata * Remove lintian override for debhelper 9 - -- Nick Morrott <[email protected]> Sat, 26 Aug 2017 04:47:04 +0100 + [ Jonas Smedegaard ] + * 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: Extend coverage for myself. + * Tighten lintian overrides regarding License-Reference. + * Update watch file: + + Bump format version. + + Mention gbp --uscan in usage comment. + + Tighten version regex. + * Update git-buildpackage config: Filter any .git* files. + * Modernize Vcs-Browser field: Use git (not cgit) in path. + + -- Jonas Smedegaard <[email protected]> Mon, 28 Aug 2017 19:17:53 +0200 libpath-tiny-perl (0.100-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8939f41..2aff9df 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: cdbs, - devscripts, perl, - debhelper (>= 10), + debhelper, dh-buildinfo, libunicode-utf8-perl, libtest-failwarnings-perl, @@ -14,7 +13,7 @@ Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-tiny-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-tiny-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libpath-tiny-perl.git Homepage: https://metacpan.org/module/Path::Tiny Package: libpath-tiny-perl diff --git a/debian/copyright_hints b/debian/copyright_hints index faa75e2..0c7d12e 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -1,4 +1,4 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME @@ -19,6 +19,7 @@ Files: CONTRIBUTING.mkdn debian/gbp.conf debian/source/format debian/source/lintian-overrides + debian/upstream debian/watch dist.ini perlcritic.rc @@ -39,49 +40,55 @@ Files: CONTRIBUTING.mkdn xt/author/pod-coverage.t xt/author/pod-spell.t xt/author/pod-syntax.t + xt/author/portability.t xt/author/test-version.t xt/release/distmeta.t xt/release/minimum-version.t - xt/release/portability.t -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME -Files: t/basename.t +Files: README + lib/Path/Tiny.pm + t/basename.t t/children.t t/chmod.t t/digest.t t/exception.t t/exports.t t/input_output.t + t/input_output_no_PU_UU.t t/input_output_no_UU.t t/mkpath.t t/normalize.t t/overloading.t t/parent.t t/recurse.t - t/rel-abs.t t/subsumes.t + t/symlinks.t t/temp.t t/zzz-spec.t -Copyright: 2014, David Golden -License: UNKNOWN +Copyright: 2014, David Golden. +License: Apache-2.0 FIXME -Files: README - lib/Path/Tiny.pm -Copyright: 2014, David Golden - AND LICENSE -License: UNKNOWN +Files: debian/copyright-check + debian/rules +Copyright: 2013-2015, Jonas Smedegaard <[email protected]> + 2016-2017, Jonas Smedegaard <[email protected]> +License: GPL-3+ FIXME -Files: LICENSE -Copyright: 2014, David Golden +Files: t/rel-abs.t +Copyright: 2014, David Golden. + symlink in path from common to new base; all path exist License: Apache-2.0 FIXME -Files: debian/rules -Copyright: 2013-2015, Jonas Smedegaard <[email protected]> -License: GPL-3+ +Files: LICENSE +Copyright: [yyyy + license to reproduce, prepare Derivative Works of, + patent, trademark, and +License: Apache-2.0 FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpath-tiny-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
