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
2016-02-24 17:03:09 +00:00
..
.gitignore Add debian packaging 2016-02-24 17:03:09 +00:00
compat Add debian packaging 2016-02-24 17:03:09 +00:00
control Add debian packaging 2016-02-24 17:03:09 +00:00
copyright Add debian packaging 2016-02-24 17:03:09 +00:00
dirs Add debian packaging 2016-02-24 17:03:09 +00:00
docs Add debian packaging 2016-02-24 17:03:09 +00:00
install Add debian packaging 2016-02-24 17:03:09 +00:00
links Add debian packaging 2016-02-24 17:03:09 +00:00
manpages Add debian packaging 2016-02-24 17:03:09 +00:00
mumbledj.1 Add debian packaging 2016-02-24 17:03:09 +00:00
mumbledj.service Add debian packaging 2016-02-24 17:03:09 +00:00
postinst Add debian packaging 2016-02-24 17:03:09 +00:00
README.Debian Add debian packaging 2016-02-24 17:03:09 +00:00
README.source Add debian packaging 2016-02-24 17:03:09 +00:00
rules Add debian packaging 2016-02-24 17:03:09 +00: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.