1Debian 10
2
3build-dpkg:
4    - Builds a binary debian package
5
6package:
7    - Debian package
8
9`./build-dpkg` will verify, download, build, and install everything needed to build the floss dpkg.
10
11How to use:
12
13Run `sudo install-dependencies` first then run `build-dpkg`
14
15TODO:
16 - Figure out versioning for DEBIAN/control
17