Initial commit

Change-Id: Ib04df1a75bee4391253bf5b0a61e9e2123e1d78e
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..90200e4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+enterprise-testing-tools (0-1) mendel-eagle; urgency=medium
+
+  * Initial release.
+
+ -- Coral <coral-support@google.com>  Wed, 13 May 2020 13:51:41 -0700
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..2f2a46a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: enterprise-testing-tools
+Maintainer: Coral <coral-support@google.com>
+Build-Depends:
+    debhelper (>=10),
+    gcc-aarch64-linux-gnu,
+    libwayland-dev,
+    mesa-common-dev,
+    libgles2-mesa-dev,
+    imx-gpu-viv (>=6.4.2)
+Section: misc
+Priority: optional
+Standards-Version: 3.9.8
+
+Package: enterprise-testing-tools
+Section: misc
+Priority: optional
+Architecture: arm64 armhf
+Depends:
+    ${misc:Depends},
+    ${shlibs:Depends},
+    imx-gpu-viv
+Description: OpenGL Demo apps
+ Native apps for demo and testing of system s/w libs
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4f32bca
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: native-opengl-apps
+Source: https://coral.ai
+
+Files: *
+Copyright: Copyright 2020 Google, LLC <coral-support@google.com>
+License: Apache-2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b4b0b1c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+%:
+	dh $@
+
+override_dh_auto_build:
+	make -f Makefile CROSS_COMPILE=aarch64-linux-gnu- all
+
+override_dh_auto_install:
+	install -d debian/enterprise-testing-tools/usr/bin
+	install -m 777 -o 0 -g 0 opengl/glesgears debian/enterprise-testing-tools/usr/bin
+	install -m 777 -o 0 -g 0 opengl/es2gears debian/enterprise-testing-tools/usr/bin
+	dh_install
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0