File: control

package info (click to toggle)
edid-decode 0.1~git20180813.b2da1516-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: ansic: 2,899; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
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 (>= 11),
 pkg-config,
Standards-Version: 4.1.5
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.