summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in100
1 files changed, 100 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 000000000..a02c673bb
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,100 @@
+Source: pandoc
+Section: text
+Priority: optional
+Maintainer: Jonas Smedegaard <dr@jones.dk>
+Build-Depends: @cdbs@
+Build-Depends-Indep: haddock
+Standards-Version: 3.9.0
+Homepage: http://johnmacfarlane.net/pandoc/
+Vcs-Git: git://git.debian.org/git/collab-maint/pandoc.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/pandoc.git;a=summary
+
+Package: pandoc
+Section: text
+Architecture: any
+Depends: ${shlibs: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,
+ groff man pages, and 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, and markdown inside HTML block
+ elements. (These enhancements can be disabled if a drop-in replacement
+ for `Markdown.pl` is desired.)
+ .
+ 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 itself, and the wrapper script
+ markdown2pdf for converting markdown documents to PDFs via LaTeX
+ (requires texlive-latex-extra) or XeLaTeX (requires texlive-xetex).
+
+Package: libghc6-pandoc-dev
+Section: haskell
+Priority: extra
+Architecture: any
+Depends: ${haskell:Depends}, ${cdbs:Depends}, ${misc:Depends}
+Suggests: ${haskell: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,
+ groff man pages, and 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, and markdown inside HTML block
+ elements. (These enhancements can be disabled if a drop-in replacement
+ for `Markdown.pl` is desired.)
+ .
+ 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.
+
+Package: libghc6-pandoc-doc
+Section: doc
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}
+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,
+ groff man pages, and 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, and markdown inside HTML block
+ elements. (These enhancements can be disabled if a drop-in replacement
+ for `Markdown.pl` is desired.)
+ .
+ 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.