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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Source: pinentry
Section: utils
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), m4, libncurses5-dev, libgtk1.2-dev, libgtk2.0-dev (>= 2.4.0), libqt3-mt-dev
Standards-Version: 3.6.2.1
Package: pinentry-curses
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: pinentry-doc
Provides: pinentry
Enhances: gnupg-agent
Description: curses-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the curses tool kit, meaning that it is useful for users working
in text mode without the X Window System. There are sibling packages
that implement PIN entry dialogs that use an X tool kit. If you
install any of the latter packages then this package is not necessary
because the sibling packages automatically fall back to text mode if
X is not active.
.
Web site: http://www.gnupg.org/aegypten/
Package: pinentry-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: pinentry-doc
Provides: pinentry, pinentry-x11
Enhances: gnupg-agent
Description: Qt-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the Qt tool kit, so it is especially suitable for users of KDE.
If the X Window System is not active then an alternative text-mode
dialog will be used. There are sibling packages that implement PIN
entry dialogs using other tool kits.
.
Web site: http://www.gnupg.org/aegypten/
Package: pinentry-gtk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: pinentry-doc
Provides: pinentry, pinentry-x11
Enhances: gnupg-agent
Description: GTK+-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the GTK+ tool kit version 1. If the X Window System is not
active then an alternative text-mode dialog will be used. There are
sibling packages that implement PIN entry dialogs using other tool kits.
.
Web site: http://www.gnupg.org/aegypten/
Package: pinentry-gtk2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: pinentry-doc
Provides: pinentry, pinentry-x11
Enhances: gnupg-agent
Description: GTK+-2-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the GTK+ tool kit version 2, so it is especially suitable for
users of GNOME. If the X Window System is not active then an
alternative text-mode dialog will be used. There are sibling packages
that implement PIN entry dialogs using other tool kits.
.
Web site: http://www.gnupg.org/aegypten/
Package: pinentry-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: pinentry-curses, pinentry-gtk, pinentry-gtk2, pinentry-qt
Description: documentation for pinentry packages
This package contains the documentation for the pinentry packages,
a suite of programs that allow secure entry of PINs or pass phrases.
If you have one of the pinentry packages installed then you may want
to install this package as well, but the documentation mostly concerns
the internal protocol and is therefore not necessary for the casual
user.
.
Web site: http://www.gnupg.org/aegypten/
|