diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..684d3e3 --- /dev/null +++ b/debian/control @@ -0,0 +1,64 @@ +Source: gnupg +Section: utils +Priority: important +Maintainer: Rafal Krypa <r.krypa@samsung.com> +X-Original-Maintainer: Sune Vuorela <debian@pusling.com> +Standards-Version: 3.7.2.1 +Build-Depends: libz-dev, libbz2-dev, libreadline-dev, file, gettext, dpatch, dpkg-dev (>= 1.13.12) + +Package: gnupg +Architecture: any +Depends: ${shlibs:Depends}, gpgv +Suggests: gnupg-doc, xloadimage +Conflicts: gpg-rsa, gpg-rsaref, suidmanager (<< 0.50), gpg-idea (<= 2.2) +Replaces: gpg-rsa, gpg-rsaref +Provides: gpg-rsa, gpg-rsaref +Description: GNU privacy guard - a free PGP replacement + GnuPG is GNU's tool for secure communication and data storage. + It can be used to encrypt data and to create digital signatures. + It includes an advanced key management facility and is compliant + with the proposed OpenPGP Internet standard as described in RFC2440. + . + GnuPG does not use any patented algorithms so it cannot be compatible + with PGP2 because it uses IDEA (which is patented worldwide). + +Package: gpgv +Architecture: any +Priority: important +Depends: ${shlibs:Depends} +Suggests: gnupg +Replaces: gnupg (<< 1.4.5-2) +Description: GNU privacy guard - signature verification tool + GnuPG is GNU's tool for secure communication and data storage. + . + gpgv is a stripped-down version of gnupg which is only able to check + signatures. It is smaller than the full-blown gnupg and uses a + different (and simpler) way to check that the public keys used to + make the signature are trustworthy. + +Package: gnupg-udeb +Section: debian-installer +Priority: extra +Architecture: any +Depends: ${shlibs:Depends} +Description: GNU privacy guard - a free PGP replacement + GnuPG is GNU's tool for secure communication and data storage. + It can be used to encrypt data and to create digital signatures. + It includes an advanced key management facility and is compliant + with the proposed OpenPGP Internet standard as described in RFC2440. + . + This is GnuPG packaged in minimal form for use in debian-installer. + +Package: gpgv-udeb +Section: debian-installer +Priority: extra +Architecture: any +Depends: ${shlibs:Depends} +Description: minimal signature verification tool + GnuPG is GNU's tool for secure communication and data storage. + It can be used to encrypt data and to create digital signatures. + It includes an advanced key management facility and is compliant + with the proposed OpenPGP Internet standard as described in RFC2440. + . + This is GnuPG's signature verification tool, gpgv, packaged in minimal + form for use in debian-installer. |