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.
 
     |