Import weston-imx metadata from build/

Change-Id: I89a953c2c31ed86e128cee6a613785ef5744fbdf
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9b80852
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+weston-imx (3.0.0-0) unstable; urgency=medium
+
+  * Initial release
+
+ -- AIY Projects <support-aiyprojects@google.com>  Wed, 04 Jul 2018 10:45:53 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4ecffbb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: weston-imx
+Section: x11
+Priority: optional
+Maintainer: AIY Projects <support-aiyprojects@google.com>
+Build-Depends:
+ debhelper (>= 10),
+ quilt,
+ pkg-config,
+ libpixman-1-dev (>= 0.25.2),
+ libpng-dev,
+ libjpeg-dev,
+ libcolord-dev (>= 0.1.27),
+ mesa-common-dev,
+ libglu1-mesa-dev,
+ libegl1-mesa-dev (>= 9.0~),
+ libgles2-mesa-dev (>= 9.0~),
+ libwayland-dev (>= 1.11.91),
+ libxcb1-dev,
+ libxcb-composite0-dev,
+ libxcb-xfixes0-dev,
+ libxcb-xkb-dev,
+ libx11-xcb-dev,
+ libx11-dev,
+ libudev-dev (>= 136),
+ libgbm-dev (>= 10.2),
+ libxkbcommon-dev (>= 0.3.0),
+ libcairo2-dev (>= 1.10.0),
+ libpango1.0-dev,
+ libgdk-pixbuf2.0-dev,
+ libxcursor-dev,
+ libmtdev-dev,
+ libpam0g-dev,
+ libvpx-dev,
+ libsystemd-dev,
+ libinput-dev (>= 0.8.0),
+ wayland-protocols-imx (>= 1.8),
+Standards-Version: 4.1.1
+
+Package: weston-imx
+Section: libdevel
+Architecture: arm64
+Priority: extra
+Depends:
+ libinput10,
+ libxcb-shape0,
+ libxcb-composite0,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Multi-Arch: foreign
+Provides: weston
+Description: Weston compositor w/ IMX support.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4751573
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Upstream-Name: wayland-protocols-imx
+Upstream-Contact: wayland-devel@lists.freedesktop.org
+Source: https://wayland.freedesktop.org/releases/
+
+Files: debian/*
+Copyright: © 2016 Héctor Orón Martínez <zumbi@debian.org>
+License: Expat
+
+Files: *
+Copyright: © 2008-2013 Kristian Høgsberg
+		   © 2010-2013 Intel Corporation
+		   © 2013      Rafael Antognolli
+		   © 2013      Jasper St. Pierre
+		   © 2014      Jonas Ådahl
+		   © 2014      Jason Ekstrand
+		   © 2014-2015 Collabora, Ltd.
+		   © 2015      Red Hat Inc.
+License: Expat
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+---
+
+The above is the version of the MIT "Expat" License used by X.org:
+
+    http://cgit.freedesktop.org/xorg/xserver/tree/COPYING
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e74a8cc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	        dh_auto_configure -- --disable-imxg2d
+
+override_dh_auto_test:
+	true
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)