diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-15 17:27:11 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-15 17:27:11 +0000 |
commit | 54dd46c07c505bd89151cc9dc965bf40ad519c8f (patch) | |
tree | 4d9d010599aee60211cbed56853ca4cd5ebfeb12 /debian | |
parent | ad0d4bf41ed558e7b04e9c157b3138c0d011d2d1 (diff) | |
download | pandoc-54dd46c07c505bd89151cc9dc965bf40ad519c8f.tar.gz |
debian/control: For pandoc package, suggest
'texlive-latex-recommended | tetex-extra' instead of
'texlive-latex-base | tetex-bin'. This brings in fancyvrb,
which is used in the default LaTeX header, and (at least
in texlive) unicode support.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@727 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 60a304952..c2f908292 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: pandoc Section: text Architecture: any Depends: ${shlibs:Depends} -Suggests: texlive-latex-base | tetex-bin, tidy, wget | w3m +Suggests: texlive-latex-recommended | tetex-extra, 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 |