~ubuntu-branches/ubuntu/utopic/gnupg2/utopic-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-01 22:15:05 UTC
  • mfrom: (14.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20131101221505-i1zpbl1qd1a3gsvx
Tags: 2.0.22-1ubuntu1
* Merge from Debian, remaining changes:
  - Drop sh prefix from openpgp test environment as it leads to exec
  invocations of sh /bin/bash leading to syntax errors from sh.  Fixes
  FTBFS detected in Ubuntu saucy archive rebuild.
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
  - debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Eric Dorland <eric@debian.org>
6
6
Standards-Version: 3.9.4
7
 
Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, gettext, zlib1g-dev | libz-dev, libldap2-dev, file, libbz2-dev, libgpg-error-dev (>= 1.7), libassuan-dev (>= 2.0), libgcrypt11-dev (>= 1.4.0), libksba-dev (>= 1.0.7),libpth-dev, libusb-dev, texinfo, transfig, ghostscript, libreadline-dev, libcurl4-gnutls-dev
8
 
Vcs-Git: git://anonscm.debian.org/~eric/gnupg2.git
 
7
Build-Depends: debhelper (>= 9), dh-autoreconf, automake1.11, autopoint,
 
8
 gettext, zlib1g-dev | libz-dev, libldap2-dev, file, libbz2-dev,
 
9
 libgpg-error-dev (>= 1.11), libassuan-dev (>= 2.0), libgcrypt11-dev
 
10
 (>= 1.4.0), libksba-dev (>= 1.0.7), libpth-dev, libusb-dev, texinfo,
 
11
 transfig, ghostscript, libreadline-dev, libcurl4-gnutls-dev
 
12
Build-Conflicts: automake (>= 1.12)
 
13
Vcs-Git: git://anonscm.debian.org/users/eric/gnupg2.git
9
14
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/eric/gnupg2.git
10
15
Homepage: http://www.gnupg.org/
11
16
 
75
80
 .
76
81
 GnuPG does not use any patented algorithms so it cannot be compatible
77
82
 with PGP2 because it uses IDEA (which is patented worldwide).
 
83
 
 
84
Package: gpgv2
 
85
Architecture: any
 
86
Multi-Arch: foreign
 
87
Depends: ${shlibs:Depends}, ${misc:Depends}
 
88
Conflicts: gnupg2 (<< 2.0.21-2)
 
89
Replaces: gnupg2 (<< 2.0.21-2)
 
90
Suggests: gnupg2
 
91
Description: GNU privacy guard - signature verification tool (new v2.x)
 
92
 GnuPG is GNU's tool for secure communication and data storage.
 
93
 .
 
94
 gpgv2 is actually a stripped-down version of gpg2 which is only able
 
95
 to check signatures. It is somewhat smaller than the fully-blown gpg2
 
96
 and uses a different (and simpler) way to check that the public keys
 
97
 used to make the signature are valid. There are no configuration
 
98
 files and only a few options are implemented.