File: control

package info (click to toggle)
ruby-mail-gpg 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: ruby: 2,289; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,228 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
Source: ruby-mail-gpg
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-actionmailer,
               ruby-byebug,
               ruby-gpgme,
               ruby-mail,
               ruby-shoulda-context
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mail-gpg.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mail-gpg
Homepage: https://github.com/jkraemer/mail-gpg
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-mail-gpg
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-gpgme,
         ruby-mail,
         ${misc:Depends},
         ${shlibs:Depends}
Description: GPG/MIME encryption plugin for the Ruby Mail Library
 This tiny lib adds GPG/MIME capabilities to Mail::Message and
 ActionMailer::Base. Because privacy matters.
 .
 For maximum interoperability the lib also supports decryption of messages
 using the non-standard 'PGP-Inline' method as for example supported in the
 Mozilla Enigmail OpenPGP plugin.