This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/debian/README.source

15 lines
655 B
Plaintext
Raw Normal View History

2016-02-22 21:45:55 +01:00
Debian packing of mumbledj
==========================
To build the package, first install the packages listed in the Build-Depends
field of the `debian/control` file; then run `debian/rules clean`; finally run
`dpkg-buildpackage`. `mumbledj_${version}_${arch}.deb` will then be created in
the parent directory.
After installing the deb, see the README.Debian file for information about
configuring mumbledj's launch arguments, API keys, etc.
Note that network access is required during the package build in order to
download dependencies; if building with pbuilder, you will have to set
USENETWORK=yes to prevent pbuilder from blocking network access.