[pandoc] branch master updated (7308620 -> 30fbc9d)

Jonas Smedegaard dr at jones.dk
Sun Sep 10 18:42:03 UTC 2017


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

js pushed a change to branch master
in repository pandoc.

      from  7308620   Prepare for release: Update changelog, control file and copyright hints.
       new  0347a8c   Fix suggest context. Improve ling description to mention its use.
       new  593baf9   Generate and install bash-completion snippet. Build-depend on bash-completion.
       new  0f4ccdc   Declare compliance with Debian Policy 4.1.0.
       new  714079b   Fix update README.Debian to cover current needs for suggested packages.
       new  c6ac5a1   Tighten lintian overrides regarding License-Reference.
       new  11e9ded   Enable testsuite.
       new  7c97e25   Drop no longer relevant TODO notes.
       new  a979177   Tidy rules file: Reorder to closer match execution order.
       new  6ee64e2   Update changelog, control file and copyright hints.
       new  00b7706   pandoc.cabal: fix build with GHC 8.2.1
       new  a875a70   Bump version to 1.19.2.2, constrain pandoc-types to avoid test failure.
       new  26aab5d   Updated man page.
       new  3c2528b   Updated chanelog.
       new  b937ebc   Relaxed version bounds.
       new  c658ba4   Tweak stack.yaml for skylighting version.
       new  9641837   Antoher stack.yaml tweak.
       new  1268a7d   Setup.hs: added CPP for Cabal 2 compatibility.
       new  f5e568e   Removed the Cabal < 2 restriction.
       new  168bd9c   Version to 1.19.2.3.
       new  f283fec   Updated man page.
       new  0594597   Updated changelog.
       new  bdfd571   New upstream version 1.19.2.3~dfsg
       new  a9e703f   Updated version 1.19.2.3~dfsg from 'upstream/1.19.2.3_dfsg'
       new  d74578a   Update package relations: Relax GHC upper bounds for syb.
       new  cdfaae3   Update package relations: Tighten GHC upper bounds for pandoc-types.
       new  b7d57db   Update package relations: Relax GHC upper bounds for aeson quickcheck2 ansi-terminal.
       new  5999dcc   Refresh and extend patches.
       new  30fbc9d   Update changelog, control file and copyright hints.

The 28 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:
 Setup.hs                                           |  21 +-
 changelog                                          |  12 +
 data/LaTeXMathML.js                                | 198 -------------
 debian/TODO                                        |   3 -
 debian/changelog                                   |  26 ++
 debian/control                                     |  27 +-
 debian/control.in                                  |  10 +-
 debian/copyright_hints                             |  15 +-
 debian/pandoc.README.Debian                        |  18 +-
 debian/patches/020170322~e30a257.patch             |  15 +-
 .../patches/1001_online_latexmathml_default.patch  |   2 +-
 debian/rules                                       |  35 ++-
 debian/source/lintian-overrides                    |   8 +-
 man/pandoc.1                                       | 319 ++++++++++-----------
 pandoc.cabal                                       |  36 +--
 stack.yaml                                         |   7 +-
 tests/docx/block_quotes.docx                       | Bin 41855 -> 0 bytes
 tests/docx/char_styles.docx                        | Bin 30134 -> 0 bytes
 tests/docx/deep_normalize.docx                     | Bin 29246 -> 0 bytes
 tests/docx/drop_cap.docx                           | Bin 26931 -> 0 bytes
 tests/docx/hanging_indent.docx                     | Bin 29924 -> 0 bytes
 tests/docx/headers.docx                            | Bin 29659 -> 0 bytes
 tests/docx/inline_formatting.docx                  | Bin 32322 -> 0 bytes
 tests/docx/inline_images.docx                      | Bin 15875 -> 0 bytes
 tests/docx/link_in_notes.docx                      | Bin 27357 -> 0 bytes
 tests/docx/links.docx                              | Bin 45115 -> 0 bytes
 tests/docx/lists.docx                              | Bin 31775 -> 0 bytes
 tests/docx/metadata.docx                           | Bin 39538 -> 0 bytes
 tests/docx/metadata_after_normal.docx              | Bin 56276 -> 0 bytes
 tests/docx/normalize.docx                          | Bin 25791 -> 0 bytes
 tests/docx/notes.docx                              | Bin 30734 -> 0 bytes
 tests/docx/numbered_header.docx                    | Bin 26129 -> 0 bytes
 tests/docx/table_with_list_cell.docx               | Bin 32615 -> 0 bytes
 tests/docx/tables.docx                             | Bin 49780 -> 0 bytes
 tests/s5-fancy.html                                | 257 -----------------
 35 files changed, 326 insertions(+), 683 deletions(-)
 delete mode 100644 data/LaTeXMathML.js
 delete mode 100644 debian/TODO
 delete mode 100644 tests/docx/block_quotes.docx
 delete mode 100644 tests/docx/char_styles.docx
 delete mode 100644 tests/docx/deep_normalize.docx
 delete mode 100644 tests/docx/drop_cap.docx
 delete mode 100644 tests/docx/hanging_indent.docx
 delete mode 100644 tests/docx/headers.docx
 delete mode 100644 tests/docx/inline_formatting.docx
 delete mode 100644 tests/docx/inline_images.docx
 delete mode 100644 tests/docx/link_in_notes.docx
 delete mode 100644 tests/docx/links.docx
 delete mode 100644 tests/docx/lists.docx
 delete mode 100644 tests/docx/metadata.docx
 delete mode 100644 tests/docx/metadata_after_normal.docx
 delete mode 100644 tests/docx/normalize.docx
 delete mode 100644 tests/docx/notes.docx
 delete mode 100644 tests/docx/numbered_header.docx
 delete mode 100644 tests/docx/table_with_list_cell.docx
 delete mode 100644 tests/docx/tables.docx
 delete mode 100644 tests/s5-fancy.html

-- 
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