From: Martin Mares Date: Tue, 30 Oct 2018 19:43:28 +0000 (+0100) Subject: Debian packaging, originally from ucw-debian repository X-Git-Tag: v1.1~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2ad17846ccfde2db5f57bde23c04d38ae4e942db;hp=7505a63599a05ecd62531f3b5ab66aa67ae5b541;p=edid.git Debian packaging, originally from ucw-debian repository --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8b34298 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +edid (1.1) stable; urgency=medium + + * Cleaned up and updated for Debian Stretch. + + -- Martin Mares Tue, 30 Oct 2018 20:40:09 +0100 + +edid (1-1) unstable; urgency=low + + * Initial packaging + + -- Tomas Pokorny Fri, 19 Apr 2013 12:54:50 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..55a5330 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: edid +Section: utilities +Priority: extra +Maintainer: Martin Mares +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a95287e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,11 @@ +This program including its Debian package is maintained by: + + Martin Mares + +Copyright: + + Copyright (c) 2011-2018 Martin Mares + +License: + + GNU GPL v2 diff --git a/debian/edid.install b/debian/edid.install new file mode 100644 index 0000000..f37af93 --- /dev/null +++ b/debian/edid.install @@ -0,0 +1,2 @@ +edid /usr/bin/ +edid-drm /usr/bin/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..736b14e --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@