diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/control b/debian/control index bb56a52d..3f4cb67a 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,6 @@ Depends: ${misc:Depends}, Recommends: imagemagick | graphicsmagick, - keychain, openssh-client | lsh-client, openssl, po4a, @@ -39,6 +38,7 @@ Recommends: vim-addon-manager, Suggests: calibre, + keychain, lv, pinfo, poedit, @@ -104,7 +104,12 @@ Depends: tree, ${misc:Depends}, Suggests: + cjk-latex, sisu-markup-samples, + texlive-lang-chinese, + texlive-lang-cjk, + texlive-lang-japanese, + texlive-lang-korean, Description: installs all SiSU related packages SiSU is a lightweight markup based document structuring, publishing and search framework for document collections. @@ -127,7 +132,12 @@ Depends: texlive-xetex, ${misc:Depends}, Suggests: + cjk-latex, evince | pdf-viewer, + texlive-lang-chinese, + texlive-lang-cjk, + texlive-lang-japanese, + texlive-lang-korean, Description: dependencies to convert SiSU LaTeX output to pdf SiSU is a lightweight markup based document structuring, publishing and search framework for document collections. @@ -139,7 +149,6 @@ Architecture: all Depends: postgresql, ruby | ruby-interpreter, - ruby-fcgi | libfcgi-ruby, ruby-pg, sisu (= ${source:Version}), ${misc:Depends}, @@ -147,6 +156,7 @@ Suggests: fcgiwrap, httpd, postgresql-contrib, + ruby-fcgi, Description: SiSU dependencies for use with PostgreSQL database SiSU is a lightweight markup based document structuring, publishing and search framework for document collections. @@ -164,7 +174,6 @@ Package: sisu-sqlite Architecture: all Depends: ruby | ruby-interpreter, - ruby-fcgi | libfcgi-ruby, ruby-sqlite3, sisu (= ${source:Version}), sqlite3, @@ -172,6 +181,7 @@ Depends: Suggests: fcgiwrap, httpd, + ruby-fcgi, Description: SiSU dependencies for use with SQLite database SiSU is a lightweight markup based document structuring, publishing and search framework for document collections. |