File: control

package info (click to toggle)
pinentry 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,912 kB
  • ctags: 1,081
  • sloc: ansic: 7,025; sh: 6,517; cpp: 922; makefile: 203
file content (154 lines) | stat: -rw-r--r-- 6,938 bytes parent folder | download
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
Source: pinentry
Section: utils
Priority: optional
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Uploaders: Peter Eisentraut <petere@debian.org>,
           Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: debhelper (>= 10),
               dh-autoreconf,
               libassuan-dev (>= 2.1.0),
               libgcr-3-dev,
               libglib2.0-dev (>= 2.15.5),
               libgpg-error-dev (>= 1.16),
               libgtk2.0-dev (>= 2.4.0),
               libncurses5-dev,
               libncursesw5-dev,
               libsecret-1-dev,
               m4,
               qtbase5-dev,
               texinfo
Standards-Version: 3.9.8
Homepage: https://www.gnupg.org/related_software/pinentry/
Vcs-Git: https://anonscm.debian.org/git/pkg-gnupg/pinentry.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnupg/pinentry.git

Package: pinentry-curses
Architecture: any
Depends: ${misc:Depends}, ${shlibs: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 graphical packages then this package is not
 necessary because the sibling packages automatically fall back to
 text mode if X is not active.

Package: pinentry-tty
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: pinentry-doc
Provides: pinentry
Enhances: gnupg-agent
Description: minimal dumb-terminal PIN or pass-phrase entry 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 prompt
 that interacts directly with the controlling terminal.  It has
 minimal dependencies, meaning that it is useful for users working
 with dumb terminals or similarly constrained environments.  There are
 sibling packages that implement PIN entry dialogs that use curses for
 friendlier text-mode inputs on non-dumb terminals, and other sibling
 packages that provide PIN entry dialogs using an X tool kit.

Package: pinentry-qt
Architecture: any
Depends: ${misc:Depends}, ${shlibs: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 entry of PINs or pass
 phrases.  It is 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.

Package: pinentry-qt4
Architecture: all
Depends: pinentry-qt (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Qt-based PIN or pass-phrase entry dialog for GnuPG (transitional dummy package)
 Pinentry is a program for secure entry of PINs and passphrases, from
 the GnuPG project.
 .
 This package installs a symbolic link from pinentry-qt4 to
 pinentry-qt.  You should switch to using pinentry-qt instead.

Package: pinentry-gtk2
Architecture: any
Depends: ${misc:Depends}, ${shlibs: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.  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.

Package: pinentry-gnome3
Architecture: any
Depends: gcr, ${misc:Depends}, ${shlibs:Depends}
Suggests: pinentry-doc
Provides: pinentry, pinentry-x11
Recommends: dbus-user-session
Enhances: gnupg-agent
Description: GNOME 3 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
 designed for use with GNOME 3.  It tries to follow the GNOME Human
 Interface Guidelines as much as possible.  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.

Package: pinentry-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: pinentry-curses, pinentry-gnome3, pinentry-gtk2, pinentry-qt4
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.