Debianize scripts
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If168763ced7c37a5816cb10b9cd934dfac1dab87
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..35c66f8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: aml-audio-server
+Priority: optional
+Maintainer: Dongjin Kim <tobetter@gmail.com>
+Uploaders: Dongjin Kim <tobetter@gmail.com>
+Build-Depends: debhelper-compat (= 13),
+ aml-amaudioutils,
+ aml-audio-hal-dev,
+ libboost-system1.74-dev,
+ libgrpc++-dev,
+ libgrpc-dev,
+ liblog1-dev,
+ libprotobuf-dev,
+ protobuf-compiler,
+ protobuf-compiler-grpc
+Standards-Version: 4.6.0
+
+Package: aml-audio-server
+Section: misc
+Architecture: linux-any
+Depends: ${misc:Depends}
+Multi-Arch: same
+Description: ...
+
+Package: aml-audio-server-dev
+Section: misc
+Architecture: linux-any
+Depends: aml-audio-server
+Description: ...