From 9d051a84fff2b23151b4addbcf204c21b22ed740 Mon Sep 17 00:00:00 2001 From: rainbow_0206 Date: Thu, 19 Jul 2018 20:13:23 +0800 Subject: Feat: Deb package for ubuntu Change-Id: Ic64808af9bb3b7af8f66f1c0a8d681d88b3724a3 Signed-off-by: rainbow_0206 --- pkg/deb/control | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkg/deb/control (limited to 'pkg/deb') diff --git a/pkg/deb/control b/pkg/deb/control new file mode 100644 index 0000000..c220c72 --- /dev/null +++ b/pkg/deb/control @@ -0,0 +1,13 @@ +Package: dmm +Version: 18.04 +Section: tuils +Priority: optional +Depends: libc6, libstdc++6, libgcc1 +Suggests: +Architecture: amd64 +Installed-Size: +Maintainer: jorth +Original-Maintainer: +Provides: +Description: DMM is a framework for protocol stack. +Homepage: https://gerrit.fd.io/r/dmm -- cgit