Debian metadata for imx-mkimage

Change-Id: I7cf6cd111ce453eca56d5382e5fafc31310434b8
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..afea043
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+imx-mkimage (0.1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- AIY Projects <support-aiyprojects@google.com>  Mon, 04 Jun 2018 16:14:00 -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..cb4fee7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,9 @@
+Source: imx-mkimage
+Maintainer: AIY Projects <support-aiyprojects@google.com>
+Build-Depends: debhelper
+
+Package: imx-mkimage
+Section: misc
+Priority: required
+Architecture: arm64
+Description: Tools to create bootloader images for i.MX8
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9202e6d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: imx-firmware
+Source: https://aiyprojects.withgoogle.com
+
+Files: *
+Copyright: Copyright 2018 Google, LLC <support-aiyprojects@google.com>
+License: Apache-2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2b6c5a1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+OUT_DIR := debian/imx-mkimage
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+override_dh_auto_build:
+override_dh_auto_test:
+	true
+
+override_dh_auto_install:
+	install -d $(OUT_DIR)/usr/bin
+	install -m 755 -o 0 -g 0 -t $(OUT_DIR)/usr/bin/	iMX8M/*.sh