read-edid 3.0.1-1 source package in Ubuntu

Changelog

read-edid (3.0.1-1) unstable; urgency=medium


  * Migrated to dh
  * Bump standard to 3.9.5
  * Migrated to 3.0 quilt format
  * New maintainer (closes: #733145)
  * New upstream version
  * Quilt patch system
    - remove additional licence file from CMakeLists
  * debian/copyright
    - migrated to DEP5 format

 -- Dariusz Dwornikowski <email address hidden>  Sun, 02 Feb 2014 14:15:31 +0100

Upload details

Uploaded by:
Dariusz Dwornikowski
Uploaded to:
Sid
Original maintainer:
Dariusz Dwornikowski
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
read-edid_3.0.1-1.dsc 1.8 KiB 669edf728abcf3e100750bc0e95942b4500e3d76d1c5d401eb71bac1a5dfface
read-edid_3.0.1.orig.tar.gz 22.2 KiB 17430e66dc03812b6f1ac532acb65c8e3837dd0e90b6b45e1c4ea324d60a8027
read-edid_3.0.1-1.debian.tar.xz 3.5 KiB 46e9d3252da69ecadb17532f3713ed75c4aa000cdb3a77738e4095b29a062b88

No changes file available.

Binary packages built by this source

read-edid: hardware information-gathering tool for VESA PnP monitors

 read-edid consists of two tools:
 .
 get-edid uses a VESA VBE 2 interrupt service routine request to read
 a 128 byte EDID version 1 structure from your graphics card, which
 retrieves this information from the monitor via the Data Display
 Channel (DDC).
 .
 get-edid uses architecture-specific methods for querying the video
 hardware (real-mode x86 instructions on i386, Open Firmware device
 tree parsing on PowerMac) and is therefore only available for i386 and
 powerpc architectures.
 .
 parse-edid parses this data structure and outputs data suitable for
 inclusion into the XFree86 or X.org configuration file. It is available
 for any architecture.