1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: schleuder
Section: mail
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@debian.org>,
Build-Depends: debhelper-compat (= 13),
dirmngr,
gem2deb,
procps,
rake,
ruby-activerecord,
ruby-charlock-holmes,
ruby-database-cleaner,
ruby-factory-bot,
ruby-gpgme,
ruby-mail,
ruby-mail-gpg,
ruby-rack-test,
ruby-rspec,
ruby-sinatra,
ruby-sinatra-contrib,
ruby-sqlite3,
ruby-thor,
thin,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/schleuder.git
Vcs-Browser: https://salsa.debian.org/ruby-team/schleuder
Homepage: https://schleuder.org/
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: schleuder
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: adduser,
cron | cron-daemon,
default-mta | postfix | mail-transport-agent,
dirmngr,
lsb-base,
rake,
ruby | ruby-interpreter,
ruby-activerecord (>= 2:6~),
ruby-charlock-holmes,
ruby-gpgme,
ruby-mail,
ruby-mail-gpg,
ruby-sinatra,
ruby-sinatra-contrib,
ruby-sqlite3,
ruby-thor,
thin,
${misc:Depends},
${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Recommends: schleuder-cli,
Description: encrypting mailing list manager with remailing-capabilities
Schleuder is an encrypting mailing list manager with remailing-capabilities.
Subscribers can communicate encrypted (and pseudonymously) among themselves,
receive emails from non-subscribers and send emails to non-subscribers via the
list.
.
Version 3 is a complete rewrite, which aims to be more robust, flexible, and
internationalized. It also provides an API to be used with schleuder-cli
and/or schleuder-web.
|