Package: source:pinentry
Version: 0.9.3-3
Severity: normal
The main goal of pinentry-tty is a barebones, minimalist pinentry.
pinentry-curses is for working on machines with no graphical
environment, which also tends to be a minimal use case.
Linking pinentry-tty against libsecret drags in glib and everything
else related to it. They're still slimmer than the other pinentries,
but much fatter than necessary.
A list of external library dependencies for each one:
0 dkg@alice:~/tmp$ for x in tty curses gnome3 qt4 gtk-2; do printf "%3d %s\n"
"$(ldd "$(which "pinentry-$x")" | wc -l)" "$x"; done
17 tty
19 curses
64 gnome3
40 qt4
54 gtk-2
0 dkg@alice:~/tmp$
We should trim down -tty and -curses, and leave the libsecret linking
for the graphical pinentries.
--dkg
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages pinentry-tty depends on:
ii libc6 2.19-18
ii libglib2.0-0 2.44.1-1
ii libsecret-1-0 0.18.2-1
pinentry-tty recommends no packages.
Versions of packages pinentry-tty suggests:
ii pinentry-doc 0.9.3-3
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]