5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2025-01-03 09:17:37 +03:00

d/control: update and fix dependencies

drop tar, it's essential so not required as long as we don't have any
specific version needs.

Add misc:Depends for debhelper auto-dependency stuff and let
shlib:Depends handle libc versioning constraints.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-29 17:50:48 +02:00
parent a16d42afbb
commit d87f2f19af

5
debian/control vendored
View File

@ -9,7 +9,6 @@ Build-Depends: cmake,
libjpeg62-turbo-dev,
libpng-dev,
quilt,
tar,
unifont,
zlib1g-dev,
Standards-Version: 4.6.1
@ -18,11 +17,11 @@ Package: vncterm
Architecture: any
Section: x11
Priority: optional
Depends: libc6 (>= 2.7-18),
libgnutls-deb0-28 | libgnutls30,
Depends: libgnutls-deb0-28 | libgnutls30,
libjpeg62-turbo,
libpng16-16,
zlib1g (>= 1:1.2.1),
${misc:Depends},
${shlibs:Depends},
Description: VNC Terminal Emulator
With vncterm you can start commands and export its standard input and