[libxml-struct-perl] 10/10: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Fri Aug 7 11:18:32 UTC 2015


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

js pushed a commit to branch master
in repository libxml-struct-perl.

commit 96e2aef92abc19a61f5cbc67eb5e4101984ba245
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 7 13:11:46 2015 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 32 ++++++++++++++++++++++++++++++++
 debian/control         |  5 +++--
 debian/copyright_hints | 28 +++++++++++++++++-----------
 3 files changed, 52 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac10d8a..d0a2c9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+libxml-struct-perl (0.26-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + Simplify Writer, fix writing mixed XML.
+    + Migrate build system to Milla.
+    + Improve documentation.
+    + Allow resetting to/handler of writers.
+    + Make most options only settable in constructors.
+    + Refactor XML::Struct::Simple and improve tests.
+    + Experimental reader option: deep.
+    + Fix builder support of Moo 1.0.
+    + Fix encoding of empty tag in simple format as {}.
+
+  [ Jonas Smedegaard ]
+  * Bump debhelper compatibility level to 9.
+  * Update copyright info:
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage of packaging to include current year.
+  * Override lintian regarding license in License-Reference field.
+    See bug#786450.
+  * Override lintian regarding build-depending unversioned on debhelper.
+  * Include CDBS perl-build.mk (not perl-makemaker.mk).
+  * Update package relations:
+    + Relax to (build-)depend unversioned on libxml-libxml-perl: Needed
+      version satisfied even in oldstable.
+    + Build-depend on libmodule-build-tiny-perl.
+    + Tighten build-dependency on cdbs: Needed for Module::Build::Tiny.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 07 Aug 2015 13:10:51 +0200
+
 libxml-struct-perl (0.23-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/control b/debian/control
index 41aacb2..9445b97 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
 Source: libxml-struct-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.122~),
  devscripts,
  perl,
+ libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
  libmoo-perl (>= 1),
- libxml-libxml-perl (>= 2)
+ libxml-libxml-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
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 54ac349..7631289 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,10 +4,11 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: CHANGES
+Files: Build.PL
+ Changes
  MANIFEST
+ META.json
  META.yml
- Makefile.PL
  cpanfile
  debian/README.source
  debian/compat
@@ -15,14 +16,23 @@ Files: CHANGES
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
+ dist.ini
+ lib/XML/Struct/Reader.pm
+ lib/XML/Struct/Simple.pm
+ lib/XML/Struct/Writer.pm
+ lib/XML/Struct/Writer/Stream.pm
  t/flat.xml
  t/issue-10.t
  t/nested.xml
+ t/reader-depth.t
  t/reader-path.t
  t/reader.t
- t/synopsis.t
- t/write-liberal.t
+ t/release-pod-syntax.t
+ t/simple.t
+ t/struct.t
+ t/write-mixed.t
  t/writer.t
 Copyright: *No copyright*
 License: UNKNOWN
@@ -30,16 +40,13 @@ License: UNKNOWN
 
 Files: README
  lib/XML/Struct.pm
- lib/XML/Struct/Reader.pm
- lib/XML/Struct/Simple.pm
- lib/XML/Struct/Writer.pm
- lib/XML/Struct/Writer/Stream.pm
 Copyright: 2014, Jakob Voß
+  AND LICENSE
 License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2014-2015, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
@@ -47,9 +54,8 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2014, Jakob Voß
+  2014, Jakob Voß.
   disclaimer" for the program, if
-  interest in the
   the software, and
 License: GPL-ever
  FIXME

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



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