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

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

      from  9d41d28   Prepare for release: Update changelog and copyright hints.
       new  78b10b8   Update watch file: Bump to file format 4. Watch only 
MetaCPAN URL. Add usage comment. Tighten version regex.
       new  04aa134   Drop CDBS get-orig-source target: Use gbp import-orig 
--uscan.
       new  d0cdbe3   Tidy rules file: Stop suppress versioned debhelper 
build-dependency: Handled by CDBS now.
       new  e6bd09a   Modernize git-buildpackage config: Filter any .git* file.
       new  8752890   Declare compliance with Debian Policy 3.9.8.
       new  81c960e   Modernize Vcs-Git field: Use https protocol.
       new  07c60df   Update copyright info: Extend coverage of Debian 
packaging.
       new  cfe466a   Update changelog, control file, and copyright hints.
      adds  46ad8e9   fix blessing metadata/MetaMap top level values on pre-1.16
      adds  06ca811   Merge pull request #19 from 
bpj/bpj-bless-all-metadata-elements
      adds  f812a1b   Add bpj as contributor
      adds  0cfd995   added attributes to Link and Image
      adds  92bed47   Add test for compatibility with Pandoc 1.16 change
      adds  636b88f   updated Link/Image attrs support with backwards 
compatible JSON read/write
      adds  a46b077   Merge remote-tracking branch 
'bpj/bpj-updated-compat-read-write-linkage'
      adds  d9a6226   fix blessing metadata/MetaMap top level values
      adds  022580b   Merge remote-tracking branch 
'bpj/bpj-updated-compat-linkage-meta-blessing'
      adds  9e1d1ee   Document PANDOC_VERSION
      adds  c513ad2   0.16
      adds  7aa2282   Adjust examples makefilefor Pandoc <= 1.16
      adds  1afa5c6   Fix typo
      adds  cd029a8   0.16
      adds  d02a366   fix undef values in MetaMap
      adds  1c8970f   Merge pull request #22 from bpj/bpj-meta-map-fix
      adds  5ed5053   added new SoftBreak inline element from pandoc 1.16
      adds  6af0c4c   Merge pull request #25 from bpj/bpj-add-softbreak-element
      adds  735df62   stringify MetaString
      adds  3dbc8f7   Add test for stringification of Meta elements
      adds  11b1e39   fixed bugs in metastring stringification test
      adds  661b637   Merge pull request #24 from bpj/bpj-stringify-meta-string
      adds  14dfce5   Update documentation
      adds  bf0dd9c   0.17
      adds  69ff3eb   0.17
      adds  e1e9a12   add note on SoftBreak incompatibility to docs
      adds  3119d6c   Merge pull request #28 from 
bpj/bpj-note-SoftBreak-incompatibility
      adds  f9bf15f   Show & test how to replace SoftBreak
      adds  5597cbf   Improve documentation
      adds  f445c45   Fix attributes function (#29/#26)
      adds  e8e9db1   Remove Pod and syntax warning errors
      adds  06c92f2   Extend attributes function (#14)
      adds  b8107fa   specific TO_JSON methods to ensure right scalar types
      adds  c92ab8c   Refactor TO_JSON
      adds  c397622   Remove SoftBreak for Pandoc < 1.16
      adds  eddbdcb   0.18
      adds  de02e04   0.18
      adds  87fa506   Test stringification of numbers
      adds  122efe1   Extend class selector to test existence of given class
      adds  da8a1d3   Support Hash::MultiValue for attributes
      adds  ecee69f   0.18
      adds  a0a1391   0.19
      adds  b16e18a   implement setter for id/class/keyvals (#30)
      adds  971dad2   Add graphviz example
      adds  d61629a   0.20
      adds  7ff1e12   document and extend metadata elements
      adds  236607a   Don't stringify document metadata
      adds  498c92e   Rename 'flatten' to 'metavalue'
      adds  1a1dda0   Rename and document method: add_attribute
      adds  884c109   Extend ->keyvals as setter
      adds  7d9001f   0.21
      adds  c8fa998   Add pandoc-filters script to run filters listed in 
document metadata
      adds  a33cba9   Document another example
      adds  7876330   Don't filter metadata by default (#35)
      adds  bce3d41   Fix pandoc_filter %actions syntax
      adds  12c802d   Allow failure on Perl < 5.16
      adds  0afb58d   Add metavars example
      adds  8bea227   0.22
      adds  c325203   0.22
      adds  63f19b0   Add Pandoc::Filter::Usage for filter documentation
      adds  6adc43b   Add --about to pandoc filters
      adds  b0ca16d   Make getters also setters (#36)
      adds  43fb337   Update examples
      adds  cc1babc   Extend pandoc-filters to support future Pandoc filters 
directory
      adds  221b54d   Make Document->meta also setter
      adds  87382cf   Undocument build_image
      adds  f8d19b4   Add Wikidata ids example filter
      adds  8215c28   0.23
      adds  15e6067   0.23
      adds  ecdee01   Rewrite and rename pandoc-filters to multifilter
      adds  aed620a   0.24
      adds  88ca84e   New upstream version 0.24
       new  9d673ce   Merge tag 'upstream/0.24'
       new  1659909   Update package relations: (Build-)depend on 
libhash-multivalue-perl libipc-run3-perl. Build-depend on 
libtest-exception-perl.
       new  d80e3cd   Drop obsolete lintian override regarding debhelper 9.
       new  3dfb928   Install examples.
       new  bfcb1d8   Prepare for release: Update changelog, control file, and 
copyright hints.

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                               |   7 +-
 Changes                                |  41 +++
 MANIFEST                               |  18 ++
 META.json                              |  10 +-
 META.yml                               |   8 +-
 README                                 | 156 +++++++---
 cpanfile                               |   4 +
 debian/changelog                       |  40 +++
 debian/control                         |   9 +-
 debian/control.in                      |   4 +-
 debian/copyright                       |   2 +-
 debian/copyright_hints                 |  43 ++-
 debian/gbp.conf                        |   1 +
 debian/rules                           |  16 +-
 debian/source/lintian-overrides        |   3 -
 debian/watch                           |   6 +-
 examples/caps.pl                       |   4 +-
 examples/comments.pl                   |   4 +
 examples/deflist.pl                    |   4 +
 examples/graphviz.pl                   |  62 ++++
 examples/metavars.pl                   |  88 ++++++
 examples/myemph.pl                     |  10 +-
 examples/qids.pl                       |  28 ++
 examples/remove-unnumbered-sections.pl |  50 +++-
 examples/theorem.pl                    |   7 +-
 lib/Pandoc/Elements.pm                 | 519 +++++++++++++++++++++++++++------
 lib/Pandoc/Filter.pm                   | 175 +++++++----
 lib/Pandoc/Filter/Lazy.pm              |   2 +-
 lib/Pandoc/Filter/Multifilter.pm       | 151 ++++++++++
 lib/Pandoc/Filter/Usage.pm             |  93 ++++++
 lib/Pandoc/Walker.pm                   |   2 +-
 lib/Pod/Simple/Pandoc.pm               |   4 +-
 script/multifilter                     |  52 ++++
 t/accessors.t                          |  61 +++-
 t/attributes.t                         |  65 ++++-
 t/documents/example.json               |  15 +
 t/documents/link-image-attributes.json |  47 +++
 t/documents/link-image-oldstyle.json   |  37 +++
 t/documents/meta.json                  | 103 +++++++
 t/elements.t                           |   3 +
 t/link-image-attributes.t              |  26 ++
 t/match.t                              |   2 +-
 t/meta-blessing.t                      |  63 ++++
 t/meta-filter.t                        |  30 ++
 t/metadata.t                           |  46 +++
 t/multifilter.t                        |  80 +++++
 t/pandoc/filters/caps                  |   8 +
 t/pandoc/filters/empty.pl              |   1 +
 t/scalar-types.t                       |  29 ++
 t/soft_break.t                         |  22 ++
 t/stringify.t                          |  13 +-
 51 files changed, 2005 insertions(+), 269 deletions(-)
 create mode 100755 examples/graphviz.pl
 create mode 100755 examples/metavars.pl
 create mode 100644 examples/qids.pl
 create mode 100644 lib/Pandoc/Filter/Multifilter.pm
 create mode 100644 lib/Pandoc/Filter/Usage.pm
 create mode 100755 script/multifilter
 create mode 100644 t/documents/link-image-attributes.json
 create mode 100644 t/documents/link-image-oldstyle.json
 create mode 100644 t/documents/meta.json
 create mode 100644 t/link-image-attributes.t
 create mode 100644 t/meta-blessing.t
 create mode 100644 t/meta-filter.t
 create mode 100644 t/metadata.t
 create mode 100644 t/multifilter.t
 create mode 100755 t/pandoc/filters/caps
 create mode 100644 t/pandoc/filters/empty.pl
 create mode 100644 t/scalar-types.t
 create mode 100644 t/soft_break.t

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to