File: control

package info (click to toggle)
ruby-mail-room 0.10.0%2Breally0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: ruby: 1,523; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,669 bytes parent folder | download
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
Source: ruby-mail-room
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhijith PA <abhijith@openmailbox.org>,
 Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               procps,
               rake,
               redis-server,
               ruby-bourne,
               ruby-charlock-holmes,
               ruby-fakeredis,
               ruby-faraday,
               ruby-letter-opener,
               ruby-mail,
               ruby-mocha,
               ruby-pg,
               ruby-redis,
               ruby-redis-namespace,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mail-room
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mail-room.git
Homepage: https://gitlab.com/gitlab-org/gitlab-mail_room
XS-Ruby-Versions: all

Package: ruby-mail-room
Architecture: all
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: ruby-gitlab-mail-room (=${source:Version})
Description: Forward mail from gmail IMAP to a callback URL or job worker, simply
 mail_room is a configuration based process that will idle on IMAP connections
 and execute a delivery method when a new message is received.
 .
 Examples of
 delivery methods include:
  - POST to a delivery URL (Postback)
  - Queue a job to Sidekiq or Que for later processing (Sidekiq or Que)
  - Log the message or open with LetterOpener (Logger or LetterOpener)
 .
 This package provides gitlab's fork of mail_room.