diff options
| author | Ralph Amissah <ralph@amissah.com> | 2013-03-05 21:50:10 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2013-03-05 21:50:10 -0500 | 
| commit | 4e9f3f2d82f3a08cbb0a43121e23eef0b22e59f2 (patch) | |
| tree | 338aaa0e34ec27b81496df6c064541351a9233b2 | |
| parent | Merge tag 'sisu_4.0.10' into debian/sid (diff) | |
debian/control, sisu-pdf needs texlive-generic-recommended
| -rw-r--r-- | debian/control | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/debian/control b/debian/control index 7b0aabea..8e2def96 100644 --- a/debian/control +++ b/debian/control @@ -72,8 +72,9 @@ Package: sisu-pdf  Architecture: all  Depends:   ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), - texlive-latex-base, texlive-fonts-recommended, texlive-latex-recommended, - texlive-latex-extra, texlive-xetex, lmodern, ttf-liberation, texlive-math-extra + texlive-latex-base, texlive-fonts-recommended, texlive-generic-recommended, + texlive-latex-recommended, texlive-latex-extra, texlive-xetex, lmodern, + ttf-liberation, texlive-math-extra  Suggests: evince | pdf-viewer  Description: dependencies to convert SiSU LaTeX output to pdf   SiSU is a lightweight markup based document structuring, publishing and search | 
