File: control

package info (click to toggle)
schleuder-cli 0.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ruby: 571; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (3)
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
Source: schleuder-cli
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),
               gem2deb,
               ruby-rspec,
               ruby-thor
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/schleuder-cli.git
Vcs-Browser: https://salsa.debian.org/ruby-team/schleuder-cli
Homepage: https://schleuder.org
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: schleuder-cli
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-thor,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: schleuder (>= 3.0.0~)
Description: command line tool to configure schleuder mailing lists
 Schleuder-cli enables creating, configuring, and deleting schleuder mailing
 lists, subscriptions, keys, etc.
 .
 It uses the Schleuder API, provided by schleuder-api-daemon (part of
 Schleuder).
 .
 Authentication and TLS-verification are mandatory. You need an API-key and the
 fingerprint of the TLS-certificate of the Schleuder API, respectively. Both
 should be provided by the API operators.
 .
 schleuder-cli does *not* authorize access. Only people who are supposed to have
 full access to all lists should be allowed to use it on/with your server.