File: control

package info (click to toggle)
pinentry 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,788 kB
  • sloc: ansic: 8,376; cpp: 7,383; sh: 6,743; makefile: 483; python: 40
file content (223 lines) | stat: -rw-r--r-- 7,892 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
Source: pinentry
Section: utils
Priority: optional
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Uploaders:
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
 Andreas Metzler <ametzler@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libassuan-dev,
 libfltk1.3-dev <!pkg.pinentry.onlytty>,
 libgcr-3-dev <!pkg.pinentry.onlytty>,
 libglib2.0-dev <!pkg.pinentry.onlytty>,
 libgpg-error-dev,
 libgtk2.0-dev <!pkg.pinentry.onlytty>,
 libkf6guiaddons-dev <!pkg.pinentry.onlytty>,
 libkf6windowsystem-dev <!pkg.pinentry.onlytty>,
 libncurses-dev <!pkg.pinentry.onlytty>,
 libsecret-1-dev <!pkg.pinentry.onlytty>,
 m4,
 pkgconf,
 qt6-base-dev <!pkg.pinentry.onlytty>,
 texinfo,
Standards-Version: 4.7.0
Homepage: https://www.gnupg.org/related_software/pinentry/
Vcs-Git: https://salsa.debian.org/debian/pinentry.git
Vcs-Browser: https://salsa.debian.org/debian/pinentry
Rules-Requires-Root: no

Package: pinentry-curses
Architecture: any
Multi-Arch: foreign
Build-Profiles: <!pkg.pinentry.onlytty>
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
Multi-Arch: foreign
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
Multi-Arch: foreign
Build-Profiles: <!pkg.pinentry.onlytty>
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-gtk2
Architecture: any
Build-Profiles: <!pkg.pinentry.onlytty>
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-fltk
Architecture: any
Multi-Arch: foreign
Build-Profiles: <!pkg.pinentry.onlytty>
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 pinentry-doc,
Provides:
 pinentry,
 pinentry-x11,
Enhances:
 gnupg-agent,
Description: FLTK-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 Fast Light Toolkit version 1.3.  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
Multi-Arch: foreign
Build-Profiles: <!pkg.pinentry.onlytty>
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
Multi-Arch: foreign
Architecture: all
Depends:
 ${misc:Depends},
Suggests:
 pinentry-curses,
 pinentry-fltk,
 pinentry-gnome3,
 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.