pandoc 1.8.2.1-2 source package in Ubuntu

Changelog

pandoc (1.8.2.1-2) unstable; urgency=low


  * Bump debhelper compatibility level to 7.
  * Update package relations:
    + Fix stop bogusly depending on libghc-rts-doc or libghc-rts-prof.
    + Build-depend-indep on ghc-haddock (not on virtual haddock).
    + Add ${haskell:Depends} ${haskell:Recommends} ${haskell:Suggests}
      and ${haskell:Provides}, and stop explicitly suggesting *-doc
      packages.
      This fixes: bug#640963. Thanks to Clint Adams.
    + Fix depend on ${shlibs:Depends}.
    + Relax to build-depend unversioned on devscripts and debhelper:
      Needed version satisfied even in oldstable.

 -- Jonas Smedegaard <email address hidden>  Thu, 29 Sep 2011 16:36:16 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
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.8.2.1-2.dsc 3.7 KiB 80401704a037e7b45baeb3ca4059b0d169c57d40e830773333f0ba5270fd976c
pandoc_1.8.2.1.orig.tar.gz 450.7 KiB f1025377b2c78043b06d7963eb61ce66c2290d2580f2488a8186c82c24f09433
pandoc_1.8.2.1-2.debian.tar.gz 34.3 KiB 4c0ee7c9ae43a2e5ffad7ea33f3b374fdaf9a68e157bf7f66e5be9394aabd03f

No changes file available.

Binary packages built by this source

libghc-pandoc-dev: 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) reStructuredText, HTML, and LaTeX; and it can
 write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX
 (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument
 XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile,
 groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, DZSlides, or S5
 HTML slide shows. It can also produce PDF output on systems where LaTeX
 is installed.
 .
 Pandoc's enhanced version of markdown includes syntax for footnotes,
 tables, flexible ordered lists, definition lists, delimited code
 blocks, superscript, subscript, strikeout, title blocks, automatic
 tables of contents, embedded LaTeX math, citations, and markdown inside
 HTML block elements. (These enhancements can optionally be disabled.)
 .
 In contrast to most 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 6.

libghc-pandoc-doc: 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) reStructuredText, HTML, and LaTeX; and it can
 write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX
 (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument
 XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile,
 groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, DZSlides, or S5
 HTML slide shows. It can also produce PDF output on systems where LaTeX
 is installed.
 .
 Pandoc's enhanced version of markdown includes syntax for footnotes,
 tables, flexible ordered lists, definition lists, delimited code
 blocks, superscript, subscript, strikeout, title blocks, automatic
 tables of contents, embedded LaTeX math, citations, and markdown inside
 HTML block elements. (These enhancements can optionally be disabled.)
 .
 In contrast to most 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

 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) reStructuredText, HTML, and LaTeX; and it can
 write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX
 (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument
 XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile,
 groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, DZSlides, or S5
 HTML slide shows. It can also produce PDF output on systems where LaTeX
 is installed.
 .
 Pandoc's enhanced version of markdown includes syntax for footnotes,
 tables, flexible ordered lists, definition lists, delimited code
 blocks, superscript, subscript, strikeout, title blocks, automatic
 tables of contents, embedded LaTeX math, citations, and markdown inside
 HTML block elements. (These enhancements can optionally be disabled.)
 .
 In contrast to most 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) reStructuredText, HTML, and LaTeX; and it can
 write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX
 (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument
 XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile,
 groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, DZSlides, or S5
 HTML slide shows. It can also produce PDF output on systems where LaTeX
 is installed.
 .
 Pandoc's enhanced version of markdown includes syntax for footnotes,
 tables, flexible ordered lists, definition lists, delimited code
 blocks, superscript, subscript, strikeout, title blocks, automatic
 tables of contents, embedded LaTeX math, citations, and markdown inside
 HTML block elements. (These enhancements can optionally be disabled.)
 .
 In contrast to most 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.