summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-13 06:57:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-13 06:57:44 +0000
commit22537d95d1ab724445c0409ed6f6778758f38345 (patch)
treee223c4b94279e5d18af6d915522140c79eec2a66
parent30375bb84737bd9536a73fc1929c15c50a80a655 (diff)
Changes to debian/control:
+ Description updated with new features. + Suggest latex-ucs instead of tetex-bin. latex-ucs will bring in either tetex-bin or texlive-latex-base, and will ensure that the package required to use UTF-8 is present. Note: texlive is now the preferred debian LaTeX package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@693 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--debian/control40
1 files changed, 20 insertions, 20 deletions
diff --git a/debian/control b/debian/control
index 191286b21..7fce7aec7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,19 +10,19 @@ Package: pandoc
Section: text
Architecture: any
Depends: ${shlibs:Depends}
-Suggests: tetex-bin, tidy, wget | w3m
+Suggests: latex-ucs, tidy, wget | w3m
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 markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, and
- S5 HTML slide shows.
+ can write markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, groff
+ man pages, and S5 HTML slide shows.
.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- and other features. A compatibility mode is provided for those who
- need a drop-in replacement for Markdown.pl. Included wrapper scripts
- make it easy to convert markdown documents to PDFs and to convert web
- pages to markdown documents.
+ tables, definition lists, and other features. A compatibility mode is
+ provided for those who need a drop-in replacement for Markdown.pl.
+ Included wrapper scripts make it easy to convert markdown documents to
+ PDFs and to convert web pages to markdown documents.
.
In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
@@ -42,14 +42,14 @@ 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 markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, and
- S5 HTML slide shows.
+ can write markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, groff
+ man pages, and S5 HTML slide shows.
.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- and other features. A compatibility mode is provided for those who
- need a drop-in replacement for Markdown.pl. Included wrapper scripts
- make it easy to convert markdown documents to PDFs and to convert web
- pages to markdown documents.
+ tables, definition lists, and other features. A compatibility mode is
+ provided for those who need a drop-in replacement for Markdown.pl.
+ Included wrapper scripts make it easy to convert markdown documents to
+ PDFs and to convert web pages to markdown documents.
.
In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
@@ -57,7 +57,7 @@ Description: general markup converter
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.
.
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
@@ -69,14 +69,14 @@ 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 markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, and
- S5 HTML slide shows.
+ can write markdown, reStructuredText, HTML, LaTeX, DocBook, RTF, groff
+ man pages, and S5 HTML slide shows.
.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- and other features. A compatibility mode is provided for those who
- need a drop-in replacement for Markdown.pl. Included wrapper scripts
- make it easy to convert markdown documents to PDFs and to convert web
- pages to markdown documents.
+ tables, definition lists, and other features. A compatibility mode is
+ provided for those who need a drop-in replacement for Markdown.pl.
+ Included wrapper scripts make it easy to convert markdown documents to
+ PDFs and to convert web pages to markdown documents.
.
In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a