Add mendel metapackages

Change-Id: Iaae11a727f8dbb028ba4ac1b8dbc3794b2f8aa4c
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..81f0024
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+meta-mendel (1-0) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Coral <coral-support@google.com>  Mon, 18 Mar 2019 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..16d7991
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: meta-mendel
+Maintainer: Coral <coral-support@google.com>
+Build-Depends: debhelper
+Section: metapackages
+Priority: optional
+
+Package: mendel-core
+Priority: optional
+Depends: base-files,
+         mdt-services,
+         mendel-distro-info-data,
+         mendel-keyring,
+         mendel-minimal,
+         runonce,
+         usb-gadget,
+         vitalsd
+Architecture: any
+Description: Metapackage for core Mendel packages
+
+Package: mendel-gui
+Priority: optional
+Depends: gstreamer1.0-alsa,
+         gstreamer1.0-plugins-bad,
+         gstreamer1.0-plugins-base,
+         gstreamer1.0-plugins-base-apps,
+         gstreamer1.0-plugins-good,
+         gstreamer1.0-plugins-ugly,
+         gstreamer1.0-tools,
+         libdrm2,
+         libgstreamer1.0-0,
+         libgstreamer-plugins-bad1.0-0,
+         libgstreamer-plugins-base1.0-0,
+         mendel-core
+Architecture: any
+Description: Metapackage for GUI Mendel packages
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1fb0c87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: meta-mendel
+Source: https://aiyprojects.withgoogle.com
+
+Files: *
+Copyright: Copyright 2019 Google, LLC <coral-support@google.com>
+License: Apache-2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ea37544
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+%:
+	dh $@