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
|
Source: osk-sdl
Section: utils
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Jarrah Gosbell <debian@undef.tools>,
Arnaud Ferraris <aferraris@debian.org>,
Build-Depends: debhelper-compat (= 13),
libsdl2-dev,
libsdl2-ttf-dev,
libcryptsetup-dev,
scdoc,
meson,
fonts-dejavu-core,
cryptsetup,
libgles2
Standards-Version: 4.6.1
Homepage: https://gitlab.com/postmarketOS/osk-sdl
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/osk-sdl
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/osk-sdl.git
Rules-Requires-Root: no
Package: osk-sdl
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
fonts-dejavu-core,
cryptsetup,
cryptsetup-initramfs,
libgles2,
libgl1,
libegl1
Description: Lightweight On-Screen-Keyboard based on SDL2
This keyboard is designed to unlock encrypted root partitions on boot
on mobile devices. It is automatically launched on boot, allowing the
user to enter their disk encryption password.
|