--- /dev/null
+edid (1.1) stable; urgency=medium
+
+ * Cleaned up and updated for Debian Stretch.
+
+ -- Martin Mares <mj@ucw.cz> Tue, 30 Oct 2018 20:40:09 +0100
+
+edid (1-1) unstable; urgency=low
+
+ * Initial packaging
+
+ -- Tomas Pokorny <xtompok@gmail.com> Fri, 19 Apr 2013 12:54:50 +0200
--- /dev/null
+Source: edid
+Section: utilities
+Priority: extra
+Maintainer: Martin Mares <mj@ucw.cz>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+
+Package: edid
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Decode EDID data of VESA-compatible monitors
+ This package uses /sys/class/drm interface to get the EDID data from the
+ monitor and then formats them to the human readable format.
--- /dev/null
+This program including its Debian package is maintained by:
+
+ Martin Mares <mj@ucw.cz>
+
+Copyright:
+
+ Copyright (c) 2011-2018 Martin Mares
+
+License:
+
+ GNU GPL v2
--- /dev/null
+edid /usr/bin/
+edid-drm /usr/bin/
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@