slogging/doc/source/install/build_debian_packages.rst
2018-04-06 13:16:14 +09:00

508 B

How to Build to Debian Packages

  1. Make sure you have python-stdeb installed:

    sudo apt-get install python-stdeb
  2. Also make sure pbr is installed as python package:

    pip install pbr
  3. Then type following command at the top of slogging directory:

    python setup.py --command-packages=stdeb.command bdist_deb
  4. Check if python-slogging package is successfully created:

    ls deb_dist/python-slogging-[slogging-version]*