diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-09-10 22:30:31 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-09-10 22:33:51 -0400 |
commit | 2874f4f1f07da04a02bce3d650eb154c139d67f8 (patch) | |
tree | e240aaeb454ac38346d5d4155f915c96bcaef7f0 /debian | |
parent | debian/changelog (4.2.3-1) (diff) |
debian/control, sisu-pdf, Depends fonts-liberation (instead of ttf-liberation)
* ttf-liberation transitional package having been dropped
* sisu-pdf Depends otherwise substantially the same (dependencies rearranged)
* (Closes: #722403)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8e2def96..fc6b5987 100644 --- a/debian/control +++ b/debian/control @@ -73,8 +73,8 @@ Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), texlive-latex-base, texlive-fonts-recommended, texlive-generic-recommended, - texlive-latex-recommended, texlive-latex-extra, texlive-xetex, lmodern, - ttf-liberation, texlive-math-extra + texlive-latex-recommended, texlive-latex-extra, texlive-math-extra, + texlive-xetex, fonts-liberation, lmodern Suggests: evince | pdf-viewer Description: dependencies to convert SiSU LaTeX output to pdf SiSU is a lightweight markup based document structuring, publishing and search |