summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-01-18 23:27:23 +0530
committerJonas Smedegaard <dr@jones.dk>2016-01-18 23:27:23 +0530
commit1736b0285bd78d3490869d1202e0843823ad248c (patch)
tree10e72921d80ca9cdd6ae299c5fedb3b12c58c846 /debian/control
parent592ffbfb3e487d5d06ca58810de4c74353213104 (diff)
Update changelog, control file and copyright hints.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control82
1 files changed, 24 insertions, 58 deletions
diff --git a/debian/control b/debian/control
index dd8da2e27..69fa74119 100644
--- a/debian/control
+++ b/debian/control
@@ -25,21 +25,21 @@ Build-Depends: cdbs,
libghc-text-dev (<< 1.3),
libghc-zip-archive-dev (>= 0.2.3.4),
libghc-zip-archive-dev (<< 0.3),
- libghc-http-dev (<< 1:4000.3),
- libghc-texmath-dev (>= 0.8.1),
+ libghc-http-dev (<< 1:4000.4),
+ libghc-texmath-dev (>= 0.8.4.1),
libghc-texmath-dev (<< 0.9),
libghc-xml-dev (<< 1.4),
libghc-random-dev (<<1.2 ),
libghc-extensible-exceptions-dev (<< 0.2),
- libghc-pandoc-types-dev (>= 1.12.4),
- libghc-pandoc-types-dev (<< 1.13),
+ libghc-pandoc-types-dev (>= 1.16),
+ libghc-pandoc-types-dev (<< 1.17),
libghc-aeson-dev (>= 0.7.0.5),
libghc-aeson-dev (<< 0.11),
libghc-tagsoup-dev (>= 0.13.1),
libghc-tagsoup-dev (<< 0.14),
libghc-base64-bytestring-dev (<< 1.1),
libghc-zlib-dev (<< 0.7),
- libghc-highlighting-kate-dev (>= 0.6),
+ libghc-highlighting-kate-dev (>= 0.6.1),
libghc-highlighting-kate-dev (<< 0.7),
libghc-data-default-dev (<< 0.6),
libghc-temporary-dev (<< 1.3),
@@ -55,10 +55,10 @@ Build-Depends: cdbs,
libghc-sha-dev (>= 1.6),
libghc-sha-dev (<< 1.7),
libghc-haddock-library-dev (<< 1.3),
- libghc-deepseq-generics-dev (<< 0.2),
libghc-juicypixels-dev (<< 3.3),
libghc-filemanip-dev (<< 0.4),
- libghc-cmark-dev (<< 0.5),
+ libghc-cmark-dev (>= 0.5),
+ libghc-cmark-dev (<< 0.6),
libghc-http-client-dev (<< 0.5),
libghc-http-client-tls-dev (<< 0.3),
libghc-http-types-dev (>= 0.8),
@@ -93,7 +93,6 @@ Build-Depends: cdbs,
libghc-hslua-prof,
libghc-sha-prof,
libghc-haddock-library-prof,
- libghc-deepseq-generics-prof,
libghc-juicypixels-prof,
libghc-filemanip-prof,
libghc-cmark-prof,
@@ -163,8 +162,8 @@ 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) HTML, reStructuredText,
- LaTeX, DocBook, MediaWiki markup, Haddock markup,
+ It can read several dialects of Markdown and (subsets of) HTML,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
@@ -175,14 +174,7 @@ Description: general markup converter
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,
+ In contrast to most existing tools for converting Markdown to HTML,
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,
@@ -197,6 +189,8 @@ Description: general markup converter
* XeLaTeX additionally requires texlive-xetex
* LuaTeX additionally requires texlive-luatex
* content with YAML metadata additionally requires etoolbox
+ .
+ PDF output via wkhtmltopdf requires the package wkhtmltopdf.
Package: pandoc-data
Architecture: all
@@ -208,8 +202,8 @@ 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) HTML, reStructuredText,
- LaTeX, DocBook, MediaWiki markup, Haddock markup,
+ It can read several dialects of Markdown and (subsets of) HTML,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
@@ -220,14 +214,7 @@ Description: general markup converter - data files
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,
+ In contrast to most existing tools for converting Markdown to HTML,
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,
@@ -254,8 +241,8 @@ Description: 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,
+ It can read several dialects of Markdown and (subsets of) HTML,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
@@ -266,14 +253,7 @@ Description: general markup converter - libraries
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,
+ In contrast to most existing tools for converting Markdown to HTML,
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,
@@ -296,8 +276,8 @@ Description: 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,
+ It can read several dialects of Markdown and (subsets of) HTML,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
@@ -308,14 +288,7 @@ Description: general markup converter - library documentation
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,
+ In contrast to most existing tools for converting Markdown to HTML,
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,
@@ -339,8 +312,8 @@ Description: 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,
+ It can read several dialects of Markdown and (subsets of) HTML,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
@@ -351,14 +324,7 @@ Description: general markup converter - profiling libraries
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,
+ In contrast to most existing tools for converting Markdown to HTML,
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,