summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-08-29 22:35:51 +0200
committerJonas Smedegaard <dr@jones.dk>2013-08-29 22:35:51 +0200
commitc4c46a482c0dbd628059c72815cafeb262a8f314 (patch)
tree0870ee8721d0c27099a9878b3200e50c7968008c /debian/control
parent692e3e7e502308c4585826f871682b582b8429dc (diff)
Prepare for release: Update changelog, control file and copyright hints.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 33 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f1c7d3b6b..568e28e8f 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,6 @@ Vcs-Git: git://anonscm.debian.org/git/collab-maint/pandoc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pandoc.git
Package: pandoc
-Section: text
Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
@@ -137,6 +136,38 @@ Description: general markup converter
via XeLaTeX it additionally requires texlive-xetex, and via LuaTeX
additionally texlive-luatex.
+Package: pandoc-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: 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) Textile, reStructuredText, HTML, LaTeX,
+ MediaWiki markup, and DocBook XML; 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 (v2 or v3), FictionBook2,
+ Textile, groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy,
+ Slideous, 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, fenced code blocks,
+ superscript, subscript, strikeout, title blocks, automatic tables of
+ contents, embedded LaTeX math, citations, and markdown inside HTML
+ block elements. (These enhancements can 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 data files for pandoc.
+
Package: libghc-pandoc-dev
Section: haskell
Priority: extra
@@ -174,7 +205,7 @@ Description: general markup converter - libraries
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.
+ This package contains the libraries compiled for GHC.
Package: libghc-pandoc-doc
Section: doc