IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
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>
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>
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>