summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-07 18:11:06 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-07 18:11:06 +0200
commit3c43d61df3b4da420360e91164f2edcccb98019a (patch)
tree658bdd906be76c0caf21ecaca8541e38c2a9d824 /debian/control
parent7b84cafdab5ecabdbae54320ede903e049e9c3d3 (diff)
Prepare for release: Update changelog and control file.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control87
1 files changed, 85 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 02b4a324d..a1c12736a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cdbs (>= 0.4.72~),
libghc-texmath-dev (<< 0.6),
libghc-xml-dev (<< 1.4),
libghc-citeproc-hs-dev (<< 0.4),
- libghc-pandoc-types-dev (>= 1.8.0.2),
+ libghc-pandoc-types-dev (>= 1.8),
libghc-pandoc-types-dev (<< 1.9),
libghc-json-dev (<< 0.5),
libghc-dlist-dev (<< 0.6),
@@ -30,6 +30,57 @@ Build-Depends: cdbs (>= 0.4.72~),
libghc-testpack-dev,
hscolour (>= 1.8),
ghc-doc,
+ libghc-syb-doc,
+ libghc-parsec3-doc,
+ libghc-xhtml-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-zip-archive-doc,
+ libghc-utf8-string-doc,
+ libghc-http-doc,
+ libghc-texmath-doc,
+ libghc-xml-doc,
+ libghc-citeproc-hs-doc,
+ libghc-pandoc-types-doc,
+ libghc-json-doc,
+ libghc-dlist-doc,
+ libghc-tagsoup-doc,
+ libghc-base64-bytestring-doc,
+ libghc-highlighting-kate-doc,
+ libghc-diff-doc,
+ libghc-testpack-doc,
+ libghc-binary-doc,
+ libghc-digest-doc,
+ libghc-pcre-light-doc,
+ libghc-rts-doc,
+ libghc-transformers-doc,
+ libghc-zlib-doc,
+ ghc-prof,
+ libghc-syb-prof,
+ libghc-parsec3-prof,
+ libghc-xhtml-prof,
+ libghc-mtl-prof,
+ libghc-network-prof,
+ libghc-zip-archive-prof,
+ libghc-utf8-string-prof,
+ libghc-http-prof,
+ libghc-texmath-prof,
+ libghc-xml-prof,
+ libghc-citeproc-hs-prof,
+ libghc-pandoc-types-prof,
+ libghc-json-prof,
+ libghc-dlist-prof,
+ libghc-tagsoup-prof,
+ libghc-base64-bytestring-prof,
+ libghc-highlighting-kate-prof,
+ libghc-diff-prof,
+ libghc-testpack-prof,
+ libghc-binary-prof,
+ libghc-digest-prof,
+ libghc-pcre-light-prof,
+ libghc-rts-prof,
+ libghc-transformers-prof,
+ libghc-zlib-prof,
haskell-devscripts (>=0.5.12)
Build-Depends-Indep: haddock
Standards-Version: 3.9.2
@@ -66,7 +117,9 @@ Description: general markup converter
.
This package contains the pandoc tool itself, and the wrapper script
markdown2pdf for converting markdown documents to PDFs via LaTeX
- (requires texlive-latex-extra) or XeLaTeX (requires texlive-xetex).
+ (requires texlive-latex-recommended) using either PDFLaTeX, XeLaTeX
+ (additionally requires texlive-xetex) or LuaTeX (additionally requires
+ texlive-luatex).
Package: libghc-pandoc-dev
Section: haskell
@@ -127,3 +180,33 @@ Description: general markup converter
an input or output format requires only adding a reader or writer.
.
This package contains the library documentation for Pandoc.
+
+Package: libghc-pandoc-prof
+Section: haskell
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}
+Suggests: ${cdbs:Suggests}
+Description: 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, HTML, LaTeX, ConTeXt,
+ RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup,
+ EPUB, Textile, groff man pages, Emacs Org-mode, and Slidy or S5 HTML
+ slide shows.
+ .
+ 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.