summaryrefslogtreecommitdiff
path: root/debian/control
blob: f0529601724718eeae3a040628914df5f855b7d0 (plain)
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: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper (>= 11),
 pkg-config,
Standards-Version: 3.9.6
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.