[libdata-messagepack-perl] 12/12: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Mon Sep 18 00:32:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libdata-messagepack-perl.

commit ebdf705f0baa59242951c9704837f2bd14801345
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Sep 18 02:31:05 2017 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 25 +++++++++++++++++++++++++
 debian/control         |  7 +++----
 debian/copyright_hints | 40 +++++++++++++++++++++++++++++++---------
 3 files changed, 59 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c7634ba..86306e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+libdata-messagepack-perl (1.00-2) unstable; urgency=medium
+
+  * Modernize Vcs-* fields: Consistently use git (not cgit) in path.
+  * Declare compliance with Debian Policy 4.1.0.
+  * Update copyright info:
+    + Use https protocol in file format URL.
+    + Extend coverage for myself.
+    + Fix add License section for BSL-1.0.
+  * Update watch file:
+    + Mention gbp --uscan in usage comment.
+    + Use substitution strings.
+  * Advertise DEP-3 format in patch headers.
+  * Drop obsolete lintian override regarding debhelper 9.
+  * Tighten lintian overrides regarding License-Reference.
+  * Modernize cdbs:
+    + Do copyright-check in maintainer script (not during build).
+    + Relax to build-depend unversioned on cdbs: Needed version
+      satisfied even in oldstable.
+    + Stop build-depend on licensecheck.
+  * Add patch 1001 to fix include msgpack/unpack.h for
+    msgpack_unpack_return enum.
+    Closes: Bug#866791. Thanks to James McCoy.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Sep 2017 02:30:52 +0200
+
 libdata-messagepack-perl (1.00-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 958fa47..21c9b0d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,9 @@
 Source: libdata-messagepack-perl
 Priority: optional
 Section: perl
-Build-Depends: cdbs (>= 0.4.106~),
+Build-Depends: cdbs,
  debhelper,
  dh-buildinfo,
- licensecheck,
  perl,
  libmsgpack-dev (>= 0.5.8),
  libfile-copy-recursive-perl,
@@ -12,9 +11,9 @@ Build-Depends: cdbs (>= 0.4.106~),
  libtest-leaktrace-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>, Christopher Hoskin <christopher.hoskin at gmail.com>
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-messagepack-perl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
 Homepage: https://metacpan.org/module/Data::MessagePack
 Testsuite: autopkgtest-pkg-perl
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 2029f93..9f5710f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -8,7 +8,6 @@ Files: Changes
  MANIFEST
  META.yml
  Makefile.PL
- README
  benchmark/data.pl
  benchmark/deserialize.pl
  benchmark/serialize.pl
@@ -18,11 +17,11 @@ Files: Changes
  debian/control
  debian/control.in
  debian/gbp.conf
+ debian/patches/1001_fix_include_unpack_header.patch
  debian/patches/2001_use_system_lib.patch
  debian/patches/README
  debian/patches/series
  debian/source/format
- debian/source/lintian-overrides
  debian/watch
  inc/Module/Install/AuthorTests.pm
  inc/Module/Install/Base.pm
@@ -31,9 +30,7 @@ Files: Changes
  inc/Module/Install/Makefile.pm
  inc/Module/Install/Win32.pm
  inc/Module/Install/WriteAll.pm
- lib/Data/MessagePack.pm
  lib/Data/MessagePack/Boolean.pm
- lib/Data/MessagePack/PP.pm
  lib/Data/MessagePack/Unpacker.pod
  t/00_compile.t
  t/01_pack.t
@@ -76,15 +73,22 @@ Copyright: NONE
 License: UNKNOWN
  FIXME
 
+Files: README
+ lib/Data/MessagePack.pm
+ lib/Data/MessagePack/PP.pm
+Copyright: NONE
+License: Artistic or GPL-1+
+ FIXME
+
 Files: inc/Module/Install/XSUtil.pm
  xshelper.h
 Copyright: 2010, Fuji, Goro (gfx).
-License: UNKNOWN
+License: Artistic or GPL-1+
  FIXME
 
 Files: inc/Module/Install/Metadata.pm
 Copyright: NONE
-License: Expat
+License: AGPL and/or BSD~unspecified
  FIXME
 
 Files: LICENSE
@@ -98,12 +102,18 @@ Copyright: 1989, Free Software Foundation, Inc.
   interest in the
   of this Package, but belong to whomever generated them, and may be sold
   the software, and
-License: GPL-1+ or Artistic-1.0
+License: Artistic or GPL-1+
+ FIXME
+
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
  FIXME
 
 Files: debian/rules
-Copyright: 2013, Vasudev Kamath <kamathvasudev at gmail.com>
-  2013-2016, Jonas Smedegaard <dr at jones.dk>
+Copyright: -check =
+  2013, Vasudev Kamath <kamathvasudev at gmail.com>
+  2013-2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
@@ -112,3 +122,15 @@ Copyright: 2008-2012, Adam Kennedy.
 License: UNKNOWN
  FIXME
 
+Files: debian/source/lintian-overrides
+Copyright: Apache-2.0
+  Artistic
+  GPL-1+
+  GPL-3+
+  apache-2.0
+  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/libdata-messagepack-perl.git



More information about the Pkg-perl-cvs-commits mailing list