diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:55:44 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:56:05 -0500 |
commit | 65519467139a13e0b4fbbb49e45ea399be535df2 (patch) | |
tree | 8c8a93fe8efd6e73869d40c89a4663267b1b71b8 /debian/control | |
parent | Merge tag 'sisu_4.2.20' into debian/sid (diff) |
debian/control sisu depends openssl (instead of recommends), convenience
* * used fairly extensively within sisu to generate digests
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 4b0dafc1..37eebbe3 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ Vcs-Git: git://git.sisudoc.org/git/code/sisu.git Package: sisu Architecture: all -Depends: ${misc:Depends}, ruby | ruby-interpreter, rsync, unzip, zip +Depends: ${misc:Depends}, ruby | ruby-interpreter, openssl, rsync, unzip, zip Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, imagemagick | graphicsmagick, keychain, - openssl, openssh-client | lsh-client, po4a, qrencode, rake, ruby-rmagick, + openssh-client | lsh-client, po4a, qrencode, rake, ruby-rmagick, tidy, tree, vim-addon-manager Suggests: lv, calibre, pinfo, poedit, texinfo, trang Conflicts: sisu-markup-samples (<= 1.0.11) |