File: control

package info (click to toggle)
v86d 0.1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,024 kB
  • sloc: ansic: 20,683; sh: 128; makefile: 85
file content (23 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: v86d
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               libx86-dev,
               dh-exec,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/v86d
Vcs-Git: https://salsa.debian.org/debian/v86d.git

Package: v86d
Architecture: amd64 i386
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: initramfs-tools,
Description: daemon to run x86 code in an emulated environment
 v86d provides a backend for kernel drivers that need to execute
 x86 BIOS code. The code is executed in a controlled environment
 and the results are passed back to the kernel via the netlink
 interface.
 .
 v86d is needed by the uvesafb kernel module.