Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
package/ | 25-Apr-2025 | - | 95 | 84 | ||
README.mkdn | D | 25-Apr-2025 | 317 | 17 | 10 | |
build-dpkg | D | 25-Apr-2025 | 6.2 KiB | 189 | 142 | |
install-dependencies | D | 25-Apr-2025 | 2.4 KiB | 74 | 52 |
README.mkdn
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