File: control

package info (click to toggle)
ruby-mail-room 0.10.0%2Breally0.0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 448 kB
  • sloc: ruby: 2,521; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 1,709 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
48
49
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 (= 13),
               gem2deb,
               procps,
               rake,
               redis-server,
               ruby-charlock-holmes,
               ruby-faraday,
               ruby-letter-opener,
               ruby-mail,
               ruby-mocha,
               ruby-pg,
               ruby-redis,
               ruby-redis-namespace,
               ruby-rspec,
               ruby-simplecov,
               ruby-jwt,
               ruby-webmock,
               ruby-oauth2
Standards-Version: 4.7.0
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/ruby/gems/gitlab-mail_room
Rules-Requires-Root: no

Package: ruby-mail-room
Architecture: all
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: ruby-gitlab-mail-room (=${source:Version})
Multi-Arch: foreign
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.