Import wayland-protocols-imx metadata from build/

Change-Id: I44ae352594bd102bd32a3e4cab822412b3d35f6c
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fa9f844
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+wayland-protocols-imx (1.13-0) unstable; urgency=medium
+
+  * Initial release
+
+ -- AIY Projects <support-aiyprojects@google.com>  Mon, 08 Feb 2016 10:45:53 +0100
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..5ed5b90
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: wayland-protocols-imx
+Section: x11
+Priority: optional
+Maintainer: AIY Projects <support-aiyprojects@google.com>
+Build-Depends:
+ debhelper,
+ libwayland-dev,
+ pkg-config
+Standards-Version: 4.1.1
+Homepage: http://wayland.freedesktop.org/
+
+Package: wayland-protocols-imx
+Section: libdevel
+Architecture: all
+Priority: extra
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Multi-Arch: foreign
+Provides: wayland-protocols
+Description: wayland compositor protocols
+ Wayland protocols that add functionality not available in the Wayland core
+ protocol. Such protocols either add completely new functionality, or extend
+ the functionality of some other protocol either in Wayland core, or some other
+ protocol in wayland-protocols.
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..ed7f152
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
\ No newline at end of file
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)