]> mj.ucw.cz Git - edid.git/commitdiff
Debian packaging, originally from ucw-debian repository
authorMartin Mares <mj@ucw.cz>
Tue, 30 Oct 2018 19:43:28 +0000 (20:43 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 30 Oct 2018 19:43:28 +0000 (20:43 +0100)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/edid.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..8b34298
--- /dev/null
@@ -0,0 +1,11 @@
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..55a5330
--- /dev/null
@@ -0,0 +1,13 @@
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..a95287e
--- /dev/null
@@ -0,0 +1,11 @@
+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
diff --git a/debian/edid.install b/debian/edid.install
new file mode 100644 (file)
index 0000000..f37af93
--- /dev/null
@@ -0,0 +1,2 @@
+edid /usr/bin/
+edid-drm /usr/bin/
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..736b14e
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@