diff options
author | 2018-07-26 11:42:59 +0000 | |
---|---|---|
committer | 2018-07-26 11:42:59 +0000 | |
commit | 6d318a772b79c37aa72140c9590631057fc0629f (patch) | |
tree | ea7db0d27a1690d6c02dae65e5ec554830b1cb1b /pkg/deb | |
parent | 31dd6191211561ef72850c76eccdafcc34f35c56 (diff) | |
parent | 9d051a84fff2b23151b4addbcf204c21b22ed740 (diff) |
Merge "Feat: Deb package for ubuntu"
Diffstat (limited to 'pkg/deb')
-rw-r--r-- | pkg/deb/control | 13 |
1 files changed, 13 insertions, 0 deletions
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 |