[libpandoc-elements-perl] 13/13: Prepare for release: Update changelog, control file, and copyright hints.

Jonas Smedegaard dr at jones.dk
Tue Jan 10 21:02:06 UTC 2017


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

js pushed a commit to branch master
in repository libpandoc-elements-perl.

commit bfcb1d803269d269d7b5a1eb6382991a4532c70d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 10 21:56:53 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 739f941..49d7982 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,23 @@
-libpandoc-elements-perl (0.15-2) UNRELEASED; urgency=medium
+libpandoc-elements-perl (0.24-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + Support new (Pandoc 1.16) document model with Link and Image attributes.
+    + Fix blessing metadata top level values.
+    + Support stringification of meta elements.
+    + Add SoftBreak inline element, introduced in Pandoc 1.16.
+    + Fix and extend attributes function.
+    + Document and test removal of SoftBreak element.
+    + fix json serialization to ensure right scalar types.
+    + Extend attributes with Hash::MultiValue.
+    + Drop support of special key 'classes' in attributes helper function.
+    + Add graphviz example.
+    + extend method 'keyvals' as setter.
+    + document and extend metadata elements by method 'metavalue'.
+    + let to_json return canonical JSON.
+    + Add multifilter script to run filters specified in document metadata.
+    + Add metavars example.
+    + Make most getters also setters.
 
   * Update watch file:
     + Bump to file format 4.
@@ -10,9 +29,14 @@ libpandoc-elements-perl (0.15-2) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 3.9.8.
   * Modernize Vcs-Git field: Use https protocol.
   * Update copyright info: Extend coverage of Debian packaging.
-  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
-
- -- Jonas Smedegaard <dr at jones.dk>  Wed, 04 Jan 2017 13:11:27 +0100
+  * Update package relations:
+    + (Build-)depend on libhash-multivalue-perl libipc-run3-perl.
+    + Build-depend on libtest-exception-perl.
+    + Build-depend on licensecheck (not devscripts).
+  * Drop obsolete lintian override regarding debhelper 9.
+  * Install examples.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 10 Jan 2017 21:54:48 +0100
 
 libpandoc-elements-perl (0.15-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 914c1a2..647853a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,10 @@ Build-Depends: cdbs (>= 0.4.122~),
  libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
+ libhash-multivalue-perl,
+ libipc-run3-perl,
  libjson-perl,
+ libtest-exception-perl,
  libtest-output-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index af997f2..f150e23 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -23,11 +23,17 @@ Files: Build.PL
  examples/comments.pl
  examples/deemph.pl
  examples/deflist.pl
+ examples/graphviz.pl
+ examples/metavars.pl
  examples/myemph.pl
+ examples/qids.pl
  examples/remove-unnumbered-sections.pl
  examples/theorem.pl
  lib/Pandoc/Filter/Lazy.pm
+ lib/Pandoc/Filter/Multifilter.pm
+ lib/Pandoc/Filter/Usage.pm
  lib/Pod/Simple/Pandoc.pm
+ script/multifilter
  script/pandocwalk
  script/pod2pandoc
  t/accessors.t
@@ -36,6 +42,9 @@ Files: Build.PL
  t/citation.t
  t/documents/example.json
  t/documents/example.md
+ t/documents/link-image-attributes.json
+ t/documents/link-image-oldstyle.json
+ t/documents/meta.json
  t/elements.t
  t/example.md
  t/example.tex
@@ -43,12 +52,21 @@ Files: Build.PL
  t/examples/deemph.out.md
  t/filter.t
  t/lazy.t
+ t/link-image-attributes.t
  t/match.t
+ t/meta-blessing.t
+ t/meta-filter.t
+ t/metadata.t
+ t/multifilter.t
  t/outline
+ t/pandoc/filters/caps
+ t/pandoc/filters/empty.pl
  t/pandoc_filter.t
  t/pandocwalk.t
  t/pod-simple-pandoc.t
  t/release-pod-syntax.t
+ t/scalar-types.t
+ t/soft_break.t
  t/stringify.t
  t/synopsis.t
  t/walker.t
@@ -78,7 +96,7 @@ License: GPL-2
  FIXME
 
 Files: debian/rules
-Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2015, 2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 

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



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