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-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.6.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/gitlab-mail_room
XS-Ruby-Versions: all

Package: ruby-mail-room
Architecture: all
Depends: ruby:any | 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.
