summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..77dd89d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.
+