File: control

package info (click to toggle)
edid-decode 0.1~git20201230.95d81c9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: cpp: 7,109; ansic: 397; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: edid-decode
Section: x11
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkg-config,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/edid-decode.git
Vcs-Browser: https://salsa.debian.org/debian/edid-decode
Homepage: https://git.linuxtv.org/edid-decode.git/

Package: edid-decode
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: decode the binary EDID information from monitors
 EDID is binary data encoded in the monitor firmware, which the kernel
 exposes via /sys/devices/.../drm/card*/card*/edid.  edid-decode renders
 this binary data into a human-readable text form.