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 9d41d289195cfa53b54dc8324ecb78dbe5c99aae Author: Jonas Smedegaard <[email protected]> Date: Mon Dec 28 01:06:17 2015 +0530 Prepare for release: Update changelog and copyright hints. --- debian/changelog | 17 +++++++++++++++++ debian/copyright_hints | 15 ++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 61521f4..241feec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libpandoc-elements-perl (0.15-1) unstable; urgency=medium + + [ upstream ] + * New release(s). + + Add pod2pandoc script and Pod::Simple::Pandoc. + + Add string as method to replace function stringify. + + Fix nasty bug in Pandoc::Element constructor reuse. + + Fix passing of output format. + + Add method match (experimental). + + Add examples myemph.pl and theorem.pl. + + Refactor and introduce Pandoc::Filter::Lazy. + + Fix Pod::Simple::Pandoc for old Pod::Simple. + + Allow more lazy filter scripting. + + Add example to remove unnumbered sections. + + -- Jonas Smedegaard <[email protected]> Mon, 28 Dec 2015 01:03:10 +0530 + libpandoc-elements-perl (0.11-1) unstable; urgency=medium [ upstream ] diff --git a/debian/copyright_hints b/debian/copyright_hints index 18528bf..8b7adda 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -23,7 +23,13 @@ Files: Build.PL examples/comments.pl examples/deemph.pl examples/deflist.pl - script/pandoc-walk + examples/myemph.pl + examples/remove-unnumbered-sections.pl + examples/theorem.pl + lib/Pandoc/Filter/Lazy.pm + lib/Pod/Simple/Pandoc.pm + script/pandocwalk + script/pod2pandoc t/accessors.t t/ast.t t/attributes.t @@ -36,9 +42,12 @@ Files: Build.PL t/examples/deemph.in.md t/examples/deemph.out.md t/filter.t + t/lazy.t + t/match.t t/outline - t/pandoc-walk.t t/pandoc_filter.t + t/pandocwalk.t + t/pod-simple-pandoc.t t/release-pod-syntax.t t/stringify.t t/synopsis.t @@ -58,7 +67,7 @@ License: UNKNOWN Files: debian/rules Copyright: 2015, Jonas Smedegaard <[email protected]> -License: GPL-2+ +License: GPL-3+ FIXME Files: LICENSE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpandoc-elements-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
