/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Teddy Hogeborn
  • Date: 2016-02-28 13:09:43 UTC
  • Revision ID: teddy@recompile.se-20160228130943-6ofi0xgek1xd7qmy
Use GnuPG 2 if available

* debian/control (Package: mandos/Depends): Change "gnupg (<< 2)" to
                                            "gnupg".
  (Package: mandos-client/Depends): Remove "gnupg (<< 2)"; it will be
                                    depended on by libgpgme11, which
                                    will be added automatically by
                                    ${shlibs:Depends}.
* mandos (PGPEngine.__init__): Try to run "gpgconf" and set 'self.gpg'
                               to any binary found.  Also change
                               "--home" to "--homedir".
  (PGPEngine.encrypt, PGPEngine.decrypt): Use the 'self.gpg' attribute
                                          instead of "gpg".

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0),
22
22
        python-dbus, python-dbus, python-avahi,
23
23
        python-gobject | python-gi, avahi-daemon, adduser,
24
 
        python-urwid, gnupg (<< 2)
 
24
        python-urwid, gnupg
25
25
Recommends: ssh-client | fping
26
26
Description: server giving encrypted passwords to Mandos clients
27
27
 This is the server part of the Mandos system, which allows
41
41
Package: mandos-client
42
42
Architecture: linux-any
43
43
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
44
 
        gnupg (<< 2), initramfs-tools, dpkg-dev (>=1.16.0)
 
44
        initramfs-tools, dpkg-dev (>=1.16.0)
45
45
Recommends: ssh, gnutls-bin | openssl
46
46
Breaks: dropbear (<= 0.53.1-1)
47
47
Enhances: cryptsetup