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
|
Source: kmscon
Maintainer: Boyuan Yang <byang@debian.org>
Uploaders:
Victor Westerhuis <victor@westerhu.is>,
Section: utils
Build-Depends:
check,
debhelper-compat (= 13),
dh-sequence-builtusing,
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
libdrm-dev,
libegl-dev,
libgbm-dev,
libgles-dev,
libpango1.0-dev,
libsystemd-dev,
libtsm-dev (>= 4.3),
libudev-dev,
libxkbcommon-dev,
meson (>= 1.1),
pkgconf,
python3:any,
systemd-dev,
unifont,
xsltproc <!nodoc>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/kmscon
Vcs-Git: https://salsa.debian.org/debian/kmscon.git
Homepage: https://github.com/kmscon/kmscon
Description: Simple terminal emulator based on Kernel Mode Setting
kmscon is a system console for Linux. It does not depend on any
graphics-server on your system (like X.org), but instead provides
a raw console layer that can be used independently.
It can replace the Linux kernel console entirely but was designed to
work well side-by-side, too.
Even though initially targeted at providing internationalization to
the system-console, it has grown into a fully modularized console
layer including features like multi-head support, internationalized
font rendering, XKB-compatible keyboard handling,
hardware-accelerated graphics access and more.
Package: kmscon
Architecture: any
Multi-Arch: foreign
Depends:
init-system-helpers (>> 1.65~),
login,
${misc:Depends},
${shlibs:Depends},
Built-Using:
${dh-builtusing:unifont},
Description: ${source:Synopsis}
${source:Extended-Description}
|