summaryrefslogtreecommitdiff
path: root/docs/client/packaging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/client/packaging.md')
-rw-r--r--docs/client/packaging.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/client/packaging.md b/docs/client/packaging.md
new file mode 100644
index 0000000..f767c9f
--- /dev/null
+++ b/docs/client/packaging.md
@@ -0,0 +1,25 @@
+@title = 'Packaging'
+
+Debian
+======
+
+This section documents all related to the debian package.
+
+Dependencies
+------------
+
+* `openvpn`
+* `python-qt4`
+* `python-crypto`
+* `python setuptools`
+* `python-requests`
+* `python-openssl`
+
+These need a version that is not found in the current debian stable or in ubuntu 12.04. They will be packaged... soon.
+
+* `python-keyring`
+
+For tests
+-----------------------
+
+* `python-nose`, `python-mock`, `python-coverage`