[libdist-inkt-perl] 15/15: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Mon Jul 3 07:52:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libdist-inkt-perl.
commit 5cec0f0a507d4f586fb4ce50bbe9fd7ecbb1bbeb
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Jul 3 09:47:13 2017 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 38 ++++++++++++++++++++++++
debian/control | 17 ++++-------
debian/copyright_hints | 80 +++++++++++++++++++++++++++++---------------------
3 files changed, 91 insertions(+), 44 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d2b3f03..62d0657 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,41 @@
+libdist-inkt-perl (0.024-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release.
+ + Support x_static_install.
+
+ [ Jonas Smedegaard ]
+ * Update package relations:
+ + Stop explicitly (build-)depend on libmodule-metadata-perl
+ libcpan-meta-perl libcpan-meta-requirements-perl: Provided by perl
+ even in oldstable.
+ + Relax to (build-)depend unversioned on libmodule-cpanfile-perl
+ libmoose-perl: Needed version satisfied even in oldstable.
+ * Modernize git-buildpackage config:
+ + Filter any .git* file.
+ * Modernize cdbs:
+ + Drop upstream-tarball hints: Use gbp import-orig --uscan.
+ + Resolve archs in maintainer script (not during build).
+ Stop build-depend on devscripts.
+ * Update copyright info:
+ + Use License-Grant and License-Reference fields.
+ Thanks to Ben Finney.
+ + Extend coverage for main upstream author.
+ + Extend coverage of packaging.
+ * Add lintian overrides regarding license in License-Reference field.
+ See bug#786450.
+ * Bump debhelper compatibility level to 9.
+ * Update watch file:
+ + Bump to file format 4.
+ + Mention gbp --uscan in usage comment.
+ + Tighten version regex.
+ * Modernize Vcs-* fields:
+ + Use https protocol.
+ + Use git (not cgit) in path.
+ * Declare compliance with Debian Policy 4.0.0.
+
+ -- Jonas Smedegaard <dr at jones.dk> Mon, 03 Jul 2017 09:45:09 +0200
+
libdist-inkt-perl (0.023-2) unstable; urgency=medium
* Fix depend on libtext-sprintfn-perl.
diff --git a/debian/control b/debian/control
index 6774961..9eda3f2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: libdist-inkt-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
- devscripts,
perl,
debhelper,
dh-buildinfo,
@@ -10,9 +9,10 @@ Build-Depends: cdbs,
libdata-dump-perl,
libfile-chdir-perl,
liblist-moreutils-perl,
- libmodule-metadata-perl,
+ libmodule-cpanfile-perl,
libmodule-runtime-perl,
libmodule-signature-perl,
+ libmoose-perl,
libpath-finddev-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
@@ -20,17 +20,12 @@ Build-Depends: cdbs,
libsoftware-license-perl,
libtypes-path-tiny-perl,
libtype-tiny-perl,
- libnamespace-autoclean-perl,
- perl (>=5.13.10) | libcpan-meta-perl,
- perl (>=5.15.7) | cpan-meta-requirements,
- libmodule-cpanfile-perl (>= 1.0002),
- libmoose-perl (>= 2.0800),
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+ libnamespace-autoclean-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-inkt-perl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-inkt-perl.git
+Standards-Version: 4.0.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-inkt-perl
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libdist-inkt-perl.git
Homepage: https://metacpan.org/release/Dist-Inkt
Package: libdist-inkt-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 412888d..07f7a65 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -6,17 +6,16 @@ Disclaimer: Autogenerated by CDBS
Files: CREDITS
INSTALL
- MANIFEST
META.json
META.yml
Makefile.PL
- SIGNATURE
debian/README.source
debian/compat
debian/control
debian/control.in
debian/gbp.conf
debian/source/format
+ debian/source/lintian-overrides
debian/watch
dist.ini
examples/p5-acme-example-dist/cpanfile
@@ -28,75 +27,90 @@ Files: CREDITS
lib/Dist/Inkt/Role/MetaProvides.pm
lib/Dist/Inkt/Role/MetaProvidesScripts.pm
lib/Dist/Inkt/Role/SignDistribution.pm
+ lib/Dist/Inkt/Role/StaticInstall.pm
lib/Dist/Inkt/Role/WriteDOAPLite.pm
lib/Dist/Inkt/Role/WriteINSTALL.pm
- lib/Dist/Inkt/Role/WriteLICENSE.pm
lib/Dist/Inkt/Role/WriteMetaJSON.pm
lib/Dist/Inkt/Role/WriteMetaYML.pm
lib/Dist/Inkt/Role/WriteREADME.pm
-Copyright: *No copyright*
+Copyright: NONE
License: UNKNOWN
FIXME
-Files: CONTRIBUTING
- README
- bin/distinkt-dist
- bin/distinkt-travisyml
+Files: README
examples/p5-acme-example-dist/lib/Acme/Example/Dist.pm
examples/p5-acme-example-dist/t/01basic.t
+ lib/Dist/Inkt.pm
+ script/distinkt-dist
+ script/distinkt-travisyml
t/01basic.t
-Copyright: 2012-2014, Toby Inkster
- 2013, Toby Inkster
- 2013-2014, Toby Inkster
- 2014, Toby Inkster
-License: UNKNOWN
+Copyright: 2013, Toby Inkster.
+ 2013-2014, Toby Inkster.
+ 2014, Toby Inkster.
+License: Artistic or GPL-1+
FIXME
-Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2014, 2017, Jonas Smedegaard <dr at jones.dk>
+ 2016-2017, Jonas Smedegaard <dr at jones.dk>
License: GPL-3+
FIXME
Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
+Copyright: 1989, Free Software Foundation, Inc.
19xx name of author
19yy <name of author>
- 2014, Toby Inkster
+ 2017, Toby Inkster.
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/Dist/Inkt.pm
-Copyright: => [ 'None' => 'public-domain'
-License: UNKNOWN
+License: Artistic or GPL-1+
FIXME
Files: COPYRIGHT
-Copyright: 2013, Toby Inkster
- 2014, Toby Inkster
- 2014, the holder(s)
+Copyright: -format/1.0/
+ 2017, the copyright holder(s).
+ CREDITS
+ Copyright 2013 Toby Inkster.
+ Copyright 2017 Toby Inkster.
None
- This software is 2013, by Toby Inkster
- This software is 2013-2014, by Toby Inkster
- This software is 2014, by Toby Inkster
+ This software is copyright (c) 2013 by Toby Inkster.
+ This software is copyright (c) 2013-2014 by Toby Inkster.
+ This software is copyright (c) 2014 by Toby Inkster.
Unknown
-License: UNKNOWN
+License: Artistic-1.0 and/or GPL-1
+ FIXME
+
+Files: lib/Dist/Inkt/Role/WriteLICENSE.pm
+Copyright: NONE
+License: QPL-1
FIXME
Files: lib/Dist/Inkt/Role/WriteMakefilePL.pm
-Copyright: 2013, Toby Inkster.'
+Copyright: 2013, Toby Inkster.',
+License: UNKNOWN
+ FIXME
+
+Files: MANIFEST
+Copyright: CREDITS
+License: UNKNOWN
+ FIXME
+
+Files: SIGNATURE
+Copyright: SHA1 fcc0855cf164ac1fe3b59e6c6aee83afc2624e37 CREDITS
License: UNKNOWN
FIXME
Files: Changes
-Copyright: file
+Copyright: s for the COPYRIGHT file.
License: UNKNOWN
FIXME
Files: doap.ttl
-Copyright: file.";
+Copyright: s for the COPYRIGHT file.";
License: UNKNOWN
FIXME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-inkt-perl.git
More information about the Pkg-perl-cvs-commits
mailing list