Files
bandwhich/debian/control
Michael Murphy f76fbff7c6 feat(build): Debian packaging support (#124)
* build: Add Makefile for building on Linux with make

* packaging: Add debian packaging to build on Debian platforms

* Define `env CLEAN=0` to prevent from rebuilding sources
* Define `env VENDOR=0` to prevent vendoring of sources

To build in a schroot for bionic:

```
sbuild -d bionic --extra-repository='deb [trusted=yes] http://ppa.launchpad.net/mmstick76/rust/ubuntu bionic main'
```

Replace bionic with whichever Ubuntu release you are building for
2020-01-21 18:40:40 +01:00

18 lines
424 B
Plaintext

Source: bandwhich
Section: utils
Priority: optional
Maintainer: Michael Aaron Murphy <mmstick@pm.me>
Build-Depends:
cargo (>=0.40),
clang,
debhelper-compat (=9),
rustc (>=1.39)
Standards-Version: 4.4.1
Homepage: https://github.com/imsnif/bandwhich
Package: bandwhich
Architecture: any
Depends: ${misc:Depends}, ${shlib:Depends}
Description: Terminal bandwidth utilization tool
Terminal bandwidth utilization tool