5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2024-12-21 17:33:50 +03:00
Commit Graph

30 Commits

Author SHA1 Message Date
Thomas Lamprecht
d87f2f19af 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>
2023-05-29 17:56:10 +02:00
Thomas Lamprecht
a16d42afbb d/control: add missing Section and Priority fields
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 17:56:10 +02:00
Thomas Lamprecht
05d895174b d/control: raise standards version compliance to 4.6.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 17:56:10 +02:00
Thomas Lamprecht
2009fe80cb d/control: define compat level via build-depends
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 17:56:10 +02:00
Thomas Lamprecht
4f34b202a6 d/control: update dh compat level to 12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-16 19:05:59 +02:00
Fabian Grünbichler
648c78ad87 build: rebase on libvncserver 0.9.13
upstream switched to cmake from autotools.

it is possible to drop systemd via a build option now, so use that
instead of patching.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-07-15 06:59:47 +02:00
Thomas Lamprecht
ed0731ffaa bump debian compat level to 10
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 19:42:21 +02:00
Fabian Grünbichler
341b509aed d/control: add missing build-dependencies
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-03-27 15:28:50 +01:00
Fabian Grünbichler
e21db1c771 d/control: add Architecture field
instead of appending it during build

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-03-27 15:28:50 +01:00
Dietmar Maurer
0a1c12502f depend on libjpeg62-turbo instead of libjpeg62
libjpeg62 is no longer available and replaced by libjpeg62-turbo.
2017-11-15 12:45:54 +01:00
Fabian Grünbichler
6d73508bab build: reformat debian/control
using wrap-and-sort -abt
2017-10-04 11:05:33 +02:00
Dominik Csapak
ebe1002c3d add genfont2 and unifont build-dependency
this patch introduces a new tool to generate font data
it uses a new build-dependency, namely unifont, which is an opensource
font with printable charachters for the unicode range from
0x0000 to 0xFFFF

we generate a file which is easily mmap'able and has the same bitformat
we used before (minus the codepoint -> address translation)

note that some characters are using 2 columns as width, so to have a
static lookup, we need to make each character 32 byte long
(1 byte per line, 16 lines per terminal column)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-05-24 12:55:19 +02:00
Dominik Csapak
b5ae868d1d fixup debian packagin/Makefile
this patch cleans up the debian packaging and Makefile
(modeled after our spiceterm package)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-05-24 12:55:19 +02:00
Dietmar Maurer
90ba8cf67b depend on libpng16-16 2017-03-10 10:47:03 +01:00
Dietmar Maurer
0870c4f87d bump version to 1.4-1, recompile for debian stretch 2017-03-10 10:20:28 +01:00
Dietmar Maurer
42516b519f bump version to 1.3-2 2017-03-10 10:15:47 +01:00
Fabian Grünbichler
e20fdc6c02 bump version to 1.3-1 2017-02-03 09:07:31 +01:00
Fabian Grünbichler
d13304af89 add dependency for new libgnutls30
this allows building on Debian Jessie and Stretch

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:28:57 +01:00
Dietmar Maurer
c39031e883 compile for debian wheezy, bump version to 1.2-1 2015-02-27 20:00:46 +01:00
Dietmar Maurer
1f4eaec7eb fix version in control file 2014-08-01 06:18:27 +02:00
Dietmar Maurer
1318f71a3a set correct version in control 2014-06-24 17:55:23 +02:00
Dietmar Maurer
2b83813dca ibump version to 1.1-6 2013-11-08 11:28:03 +01:00
Dietmar Maurer
25be51cdfa bump version to 1.1-5 2013-11-08 08:57:48 +01:00
Dietmar Maurer
75f214c025 Allow to add intermediate certificates to /etc/pve/local/pve-ssl.pem 2013-06-03 08:36:57 +02:00
Dietmar Maurer
e9d0f7d38b bump version to 1.1-3 2013-05-10 08:00:19 +02:00
Dietmar Maurer
4a0ae70e60 fix version in control file 2013-04-20 16:44:25 +02:00
Dietmar Maurer
4f21735dc0 fix version in control/changelog 2013-03-27 10:27:36 +01:00
Dietmar Maurer
802fe47e6f fix focus traversal 2012-08-21 09:21:59 +02:00
Dietmar Maurer
c9e46b9a7d do not create a process group with setsid
So that we can kill the whole task when started with fork_worker().
2011-09-13 10:55:40 +02:00
Dietmar Maurer
e6d0212c1e imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00