diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-13 17:49:36 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-13 17:49:36 +0000 |
commit | 8477f141130f70ad60d771865fd7c40c59864c47 (patch) | |
tree | 3b7332357a59b376b3a0f6e653f21beb0208d6b0 /debian/control | |
parent | 7f5a554989a548135383f30a814d045beb4ff3c4 (diff) | |
download | pandoc-8477f141130f70ad60d771865fd7c40c59864c47.tar.gz |
Minor modification in debian/control:
+ Suggest 'texlive-latex-base | tetex-bin' as per the suggestion of Debian
TeX Task force:
http://pkg-tetex.alioth.debian.org/mapping-texlive.html#general
+ As for the 'latex-ucs', it dates from those days of teTeX which didn't
support UTF-8 and it will probably become obsolete some day. Hence, we
shouldn't rely on it.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@695 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7fce7aec7..516abe587 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: pandoc Section: text Architecture: any Depends: ${shlibs:Depends} -Suggests: latex-ucs, tidy, wget | w3m +Suggests: texlive-latex-base | tetex-bin, 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 |