summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-08-27 17:49:05 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-08-27 18:46:11 +0300
commit7361bfd04516d9a82910e42430dffb92f500b680 (patch)
tree34ed2e17352e35e5230a35554c7e3771f23621b8 /debian/control
parent501b46b0d4373f8ab849180466e6fe74c45d7363 (diff)
Debian packagingHEADmaster
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.
+