pandoc 1.12.2.1-1 source package in Ubuntu

Changelog

pandoc (1.12.2.1-1) unstable; urgency=low


  [ upstream ]
  * New release.
    Closes: bug#724636, #731391.

  [ Jonas Smedegaard ]
  * Fix use relative symlink to S5 data files.
  * Update upstream source URL and use TLS (https), in watch file,
    copyright file and CDBS hints in rules file.
    Mangle ~dfsg suffix in watch file.
  * Update long description based on upstream cabal file (seems more
    accurate than upstream README), additionally mentioning PDF
    renderings of LaTeX and GNU Texinfo writer.
  * Add NEWS file with entry on behavior changes, referring to upstream
    changelog for details.
  * Update package relations:
    + Build-depend on alex and happy.
    + Suggest (not yet packaged) pandoc-citeproc.
    + Stop depending on libghc-citeproc-hs-data.
    + Add GHC (build-)dependencies on unordered-containers, aeson (and
      not json), attoparsec, yaml, hslua, http-conduit, http-types and
      text.
    + Tighten GHC (build-)dependencies on texmath, pandoc-types, tagsoup
      and highlighting-kate.
    + Drop GHC (build-)dependencies on citeproc-hs.
  * Repackage upstream source to avoid minified LaTeXMathML.js code.
    Closes: bug#721417. Thanks to Luca Falavigna.
  * Add patch 1001 to use online LaTeXMathML.js by default.
  * Add patch 2001 to avoid dropped files during build.
  * Update copyright file:
    + Stop covering slide show and LaTeXMathML Javascript code: No
      longer shipped.
    + Cover new Haddock reader: partly BSD-2-clause partly GPL-2+
      licensed.

 -- Jonas Smedegaard <email address hidden>  Mon, 30 Dec 2013 14:10:47 +0100

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pandoc_1.12.2.1-1.dsc 4.9 KiB 95fda37ca150b0709b70c5d2b536b23f1d788ac28e579293102c58599a137b90
pandoc_1.12.2.1.orig.tar.gz 980.6 KiB 8e9a37bb802efd44e6e6063060105ad4ef8328a093fccbd971c533f0b583dbf7
pandoc_1.12.2.1-1.debian.tar.gz 39.7 KiB e26d221f3f6b1960f6449756f165ed921d6e40ac0a5e4a40316e1e42d5716107

Available diffs

No changes file available.

Binary packages built by this source

libghc-pandoc-dev: general markup converter - libraries

 Pandoc is a Haskell library for converting from one markup format to
 another, and a command-line tool that uses this library. It can read
 markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 In contrast to existing tools for converting markdown to HTML, which
 use regex substitutions, pandoc has a modular design: it consists of a
 set of readers, which parse text in a given format and produce a native
 representation of the document, and a set of writers, which convert
 this native representation into a target format. Thus, adding an input
 or output format requires only adding a reader or writer.
 .
 This package contains the libraries compiled for GHC.

libghc-pandoc-doc: general markup converter - library documentation

 Pandoc is a Haskell library for converting from one markup format to
 another, and a command-line tool that uses this library. It can read
 markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 In contrast to existing tools for converting markdown to HTML, which
 use regex substitutions, pandoc has a modular design: it consists of a
 set of readers, which parse text in a given format and produce a native
 representation of the document, and a set of writers, which convert
 this native representation into a target format. Thus, adding an input
 or output format requires only adding a reader or writer.
 .
 This package contains the library documentation for Pandoc.

libghc-pandoc-prof: general markup converter - profiling libraries

 Pandoc is a Haskell library for converting from one markup format to
 another, and a command-line tool that uses this library. It can read
 markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 In contrast to existing tools for converting markdown to HTML, which
 use regex substitutions, pandoc has a modular design: it consists of a
 set of readers, which parse text in a given format and produce a native
 representation of the document, and a set of writers, which convert
 this native representation into a target format. Thus, adding an input
 or output format requires only adding a reader or writer.
 .
 This package contains the profiling libraries for Pandoc.

pandoc: general markup converter

 Pandoc is a Haskell library for converting from one markup format to
 another, and a command-line tool that uses this library. It can read
 markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 In contrast to existing tools for converting markdown to HTML, which
 use regex substitutions, pandoc has a modular design: it consists of a
 set of readers, which parse text in a given format and produce a native
 representation of the document, and a set of writers, which convert
 this native representation into a target format. Thus, adding an input
 or output format requires only adding a reader or writer.
 .
 This package contains the pandoc tool.
 .
 PDF output via PDFLaTeX requires the package texlive-latex-recommended,
 via XeLaTeX it additionally requires texlive-xetex, and via LuaTeX
 additionally texlive-luatex.

pandoc-data: general markup converter - data files

 Pandoc is a Haskell library for converting from one markup format to
 another, and a command-line tool that uses this library. It can read
 markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 In contrast to existing tools for converting markdown to HTML, which
 use regex substitutions, pandoc has a modular design: it consists of a
 set of readers, which parse text in a given format and produce a native
 representation of the document, and a set of writers, which convert
 this native representation into a target format. Thus, adding an input
 or output format requires only adding a reader or writer.
 .
 This package contains the data files for pandoc.