summaryrefslogtreecommitdiff
path: root/debian/control
blob: 77dd89de2b4bfb3096afbb9d989a7bd1e9cfdf08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: exmachina
Section: python
Priority: extra
Maintainer: Tzafrir Cohen <tzafrir@debian.org>
#Uploaders: 
Build-Depends: debhelper (>= 9), python-all
Standards-Version: 3.9.4
Homepage: https://github.com/jvasile/exmachina
#Vcs-Git: 
#Vcs-Browser: 

Package: python-exmachina
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-bjsonrpc, python-augeas
Description: python module for creating a priv-separation daemon
 implements both ends (privilaged daemon and unprivilaged python
 client library) of a crude system configuration message bus, intended for use
 (initially) with the Plinth web interface to the FreedomBox operating system.