apex-debian: Remove unused debian files.

Change-Id: I3670f0cabe6847cf07a7eba3869923c6f0685d4e
diff --git a/apex-debian/changelog b/apex-debian/changelog
deleted file mode 100644
index 55d09df..0000000
--- a/apex-debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-apex (1.0-0) stable; urgency=medium
-
-  * Initial release. 
-
- -- AIY Projects <support-aiyprojects@google.com>  Fri, 01 Jun 2018 00:00:00 -0800
diff --git a/apex-debian/compat b/apex-debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/apex-debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/apex-debian/control b/apex-debian/control
deleted file mode 100644
index f706219..0000000
--- a/apex-debian/control
+++ /dev/null
@@ -1,9 +0,0 @@
-Source: apex
-Maintainer: AIY Projects <support-aiyprojects@google.com>
-
-Package: apex
-Section: main
-Priority: optional
-Architecture: arm64
-Depends: 
-Description: apex kernel module for AIY Board
diff --git a/apex-debian/copyright b/apex-debian/copyright
deleted file mode 100644
index 2f13fb3..0000000
--- a/apex-debian/copyright
+++ /dev/null
@@ -1,7 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: apex
-Source: https://aiyprojects.withgoogle.com
-
-Files: *
-Copyright: Copyright 2018 Google, LLC <support-aiyprojects@google.com>
-License: Apache-2.0
diff --git a/apex-debian/rules b/apex-debian/rules
deleted file mode 100755
index 39f3175..0000000
--- a/apex-debian/rules
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
-
-kdist_image:
-	$(ROOT_CMD) dh_testroot
-	$(ROOT_CMD) dh_prep
-	$(ROOT_CMD) $(MAKE) -C $(KSRC) O=$(KOUT) M=$(shell pwd) modules
-	$(ROOT_CMD) $(MAKE) INSTALL_MOD_PATH=$(shell pwd)/debian/apex \
-                      -C $(KSRC) O=$(KOUT) M=$(shell pwd) modules_install
-	$(ROOT_CMD) find $(shell pwd)/debian/apex/ -type f ! -name '*.ko' | xargs rm -f
-	$(ROOT_CMD) dh_installmodules
-	$(ROOT_CMD) dh_compress
-	$(ROOT_CMD) dh_fixperms
-	$(ROOT_CMD) dh_installdeb
-	$(ROOT_CMD) dh_gencontrol
-	$(ROOT_CMD) dh_md5sums
-	$(ROOT_CMD) dh_builddeb --destdir=$(KOUT)/../..
-	$(ROOT_CMD) dh_prep
-
-kdist_clean:
-	$(ROOT_CMD) $(MAKE) clean
-
-%:
-	dh $@