[libcatmandu-sru-perl] 14/14: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Oct 1 18:12:28 UTC 2017


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

js pushed a commit to branch master
in repository libcatmandu-sru-perl.

commit 3e704b18b1039dd066e4e193066e639dc9c33e03
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 1 20:12:06 2017 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 26 ++++++++++++++++++++++++++
 debian/control         | 17 +++++++++--------
 debian/copyright_hints | 31 +++++++++++++++++++++++++------
 3 files changed, 60 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index edba72f..b3d3480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+libcatmandu-sru-perl (0.41-1) UNRELEASED; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
+  * Update watch file: Use substitution strings.
+  * Modernize Vcs-* fields:
+    + Consistently use git (not cgit) in path.
+    + Consistently include .git suffix in path.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Tighten lintian overrides regarding License-Reference.
+  * Modernize cdbs:
+    + Do copyright-check in maintainer script (not during build).
+    + Stop build-depend on licensecheck.
+  * Update package relations:
+    + Relax to (build-)depend unversioned on libmoo-perl liburi-perl
+      libyaml-libyaml-perl: Needed version satisfied even in oldstable.
+    + (Build-)depend on libcatmandu-mods-perl.
+    + (Build-)depend on recent libcpanel-json-xs-perl.
+  * Update copyright info:
+    + Use https protocol in file format URL.
+    + Extend coverage for myself.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 01 Oct 2017 20:11:54 +0200
+
 libcatmandu-sru-perl (0.039-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 53e1e5e..9ec4dc8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,25 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: cdbs,
- licensecheck,
  perl,
  libmodule-build-perl,
  debhelper,
  dh-buildinfo,
  libcatmandu-perl,
+ libcatmandu-mods-perl,
  libfurl-perl,
+ libmoo-perl,
+ liburi-perl,
+ libyaml-libyaml-perl,
  libxml-libxml-simple-perl,
  libxml-struct-perl,
- libmoo-perl (>= 1.005000),
- liburi-perl (>= 1.60),
- libyaml-libyaml-perl (>= 0.34),
- perl (>= 5.21.1)| libtest-simple-perl (>= 1.001003),
+ libcpanel-json-xs-perl (>= 3.0213),
+ perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
  libtest-exception-perl,
  libxml-xpath-perl
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-sru-perl.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl.git
 Homepage: https://github.com/LibreCat/Catmandu-SRU
 
 Package: libcatmandu-sru-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 6517de2..472f180 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -16,31 +16,45 @@ Files: Build.PL
  debian/control.in
  debian/gbp.conf
  debian/source/format
- debian/source/lintian-overrides
  debian/watch
  dist.ini
  lib/Catmandu/Importer/SRU.pm
  lib/Catmandu/Importer/SRU/Parser.pm
  lib/Catmandu/Importer/SRU/Parser/marcxml.pm
+ lib/Catmandu/Importer/SRU/Parser/meta.pm
+ lib/Catmandu/Importer/SRU/Parser/mods.pm
  lib/Catmandu/Importer/SRU/Parser/raw.pm
  lib/Catmandu/Importer/SRU/Parser/simple.pm
  lib/Catmandu/Importer/SRU/Parser/struct.pm
  t/00-load.t
+ t/author-pod-syntax.t
  t/files/1.xml
  t/files/11.xml
  t/files/21.xml
  t/files/marcxml_ns.xml
+ t/files/marcxml_ns_prefix.xml
+ t/files/meta.xml
+ t/files/mods.xml
  t/files/sru_oai_dc.xml
  t/importer.t
  t/lib/MockFurl.pm
+ t/meta.t
+ t/mods.t
  t/namespace.t
- t/release-pod-syntax.t
+ t/namespace_prefix.t
  t/simple.t
  t/struct.t
 Copyright: NONE
 License: UNKNOWN
  FIXME
 
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2014, 2016-2017, Jonas Smedegaard <dr at jones.dk>
+  2016-2017, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
 Files: README
 Copyright: This program is free software; you can redistribute it and/or modify it
 License: Artistic
@@ -55,7 +69,7 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy <name of author>
-  2016, Nicolas Steenlant.
+  2017, Patrick Hochstenbach.
   disclaimer" for the program, if
   ed by the Free
   interest in the
@@ -64,9 +78,14 @@ Copyright: 1989, Free Software Foundation, Inc.
 License: Artistic or GPL-1+
  FIXME
 
-Files: debian/rules
-Copyright: 2014, 2016, Jonas Smedegaard <dr at jones.dk>
-License: GPL-3+
+Files: debian/source/lintian-overrides
+Copyright: Artistic
+  GPL-1+
+  GPL-3+
+  artistic
+  gpl-1+
+  gpl-3+
+License: UNKNOWN
  FIXME
 
 Files: t/files/marcxml.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl.git



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