[pandoc] branch master updated (97ca68e -> 41ae8a7)

Jonas Smedegaard dr at jones.dk
Mon Jun 6 21:38:47 UTC 2016


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

js pushed a change to branch master
in repository pandoc.

      from  97ca68e   Prepare for release: Update changelog and control file.
       new  3dbf0b9   Update watch file: Avoid @ANY_VERSION@ (seemingly broken since devscripts 2.16.5).
       new  f8389d4   Imported Upstream version 1.17.1~dfsg
       new  d000cb3   Merge tag 'upstream/1.17.1_dfsg'
       new  684f2ca   Update package relations: Relax GHC upper bounds for data-default haddock-library. Tighten GHC lower bounds for texmath highlighting-kate.
       new  41ae8a7   Prepare for release: Update changelog, control file and copyright hints.

The 5 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:
 README                                             |   98 +-
 changelog                                          |  224 +++
 .../{default.docbook => default.docbook5}          |   12 +-
 data/templates/default.latex                       |    3 +
 debian/changelog                                   |   14 +
 debian/control                                     |    8 +-
 debian/copyright_hints                             |   13 +
 debian/rules                                       |    8 +-
 debian/watch                                       |    2 +-
 man/pandoc.1                                       |  113 +-
 pandoc.cabal                                       |   31 +-
 pandoc.hs                                          |    4 +-
 src/Text/Pandoc.hs                                 |    2 +
 src/Text/Pandoc/Options.hs                         |    2 +
 src/Text/Pandoc/Readers/Docx.hs                    |    9 +-
 src/Text/Pandoc/Readers/Docx/Parse.hs              |    4 +-
 src/Text/Pandoc/Readers/EPUB.hs                    |   18 +-
 src/Text/Pandoc/Readers/HTML.hs                    |   27 +-
 src/Text/Pandoc/Readers/Markdown.hs                |   42 +-
 src/Text/Pandoc/Readers/MediaWiki.hs               |    2 +-
 src/Text/Pandoc/Readers/Odt.hs                     |    4 +-
 src/Text/Pandoc/Readers/Org.hs                     | 1563 +-------------------
 src/Text/Pandoc/Readers/Org/BlockStarts.hs         |  112 ++
 src/Text/Pandoc/Readers/Org/Blocks.hs              |  901 +++++++++++
 src/Text/Pandoc/Readers/Org/Inlines.hs             |  762 ++++++++++
 src/Text/Pandoc/Readers/Org/ParserState.hs         |  237 +++
 src/Text/Pandoc/Readers/Org/Parsing.hs             |  214 +++
 src/Text/Pandoc/Readers/Org/Shared.hs              |   76 +
 src/Text/Pandoc/Readers/RST.hs                     |   14 +-
 src/Text/Pandoc/Writers/Docbook.hs                 |   21 +-
 src/Text/Pandoc/Writers/EPUB.hs                    |    3 +-
 src/Text/Pandoc/Writers/HTML.hs                    |    5 +-
 src/Text/Pandoc/Writers/LaTeX.hs                   |   60 +-
 src/Text/Pandoc/Writers/Org.hs                     |   36 +-
 stack.yaml                                         |   10 +-
 tests/Tests/Old.hs                                 |    5 +-
 tests/Tests/Readers/Docx.hs                        |   12 +
 tests/Tests/Readers/Org.hs                         |  167 ++-
 tests/Tests/Readers/RST.hs                         |   29 +
 tests/docx/track_changes_move.docx                 |  Bin 0 -> 26151 bytes
 tests/docx/track_changes_move_accept.native        |    3 +
 tests/docx/track_changes_move_all.native           |    4 +
 tests/docx/track_changes_move_reject.native        |    3 +
 tests/mallard-reader.native                        |    3 +
 tests/markdown-reader-more.native                  |    4 +-
 tests/mediawiki-reader.native                      |    5 +
 tests/mediawiki-reader.wiki                        |    8 +
 tests/{tables.docbook => tables.docbook5}          |    0
 tests/tables.latex                                 |  144 +-
 tests/{writer.docbook => writer.docbook5}          |  227 ++-
 tests/writer.org                                   |   93 ++
 tests/writers-lang-and-dir.latex                   |    8 +-
 52 files changed, 3409 insertions(+), 1960 deletions(-)
 copy data/templates/{default.docbook => default.docbook5} (52%)
 create mode 100644 src/Text/Pandoc/Readers/Org/BlockStarts.hs
 create mode 100644 src/Text/Pandoc/Readers/Org/Blocks.hs
 create mode 100644 src/Text/Pandoc/Readers/Org/Inlines.hs
 create mode 100644 src/Text/Pandoc/Readers/Org/ParserState.hs
 create mode 100644 src/Text/Pandoc/Readers/Org/Parsing.hs
 create mode 100644 src/Text/Pandoc/Readers/Org/Shared.hs
 create mode 100644 tests/docx/track_changes_move.docx
 create mode 100644 tests/docx/track_changes_move_accept.native
 create mode 100644 tests/docx/track_changes_move_all.native
 create mode 100644 tests/docx/track_changes_move_reject.native
 create mode 100644 tests/mallard-reader.native
 copy tests/{tables.docbook => tables.docbook5} (100%)
 copy tests/{writer.docbook => writer.docbook5} (88%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pandoc.git



More information about the Pkg-haskell-commits mailing list