diff options
author | Ralph Amissah <ralph@amissah.com> | 2019-07-17 11:46:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-07-18 12:14:57 -0400 |
commit | 2a3350c959d83c88e498b87345b06b1f42f96df3 (patch) | |
tree | 9a9dbdb8098890f33fea6678087c3db1c79537a3 /debian/control | |
parent | Running wrap-and-sort -bast. (diff) |
debian/control some suggests (including CJK for pdf)
- sisu-pdf, sisu-complete: suggests added for texlive CJK
needed for pdf output of Chinese, Japanese and Korean languages
left out as a dependency as substantial in size, install as required
- sisu-postgresql, sisu-sqlite, suggest replaces depends: ruby-fcgi
(sisu-sqlite and sisu-postgresql populate sql databases), an
example search form that uses ruby-fcgi is provided as a convenience
and as such the dependency is discretionary (ruby-fcgi is for the time
being an orphaned package)
- sisu, suggest replaces depends: keychain
Diffstat (limited to 'debian/control')
-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. |