diff options
author | kali <kali@leap.se> | 2012-12-19 07:45:02 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-19 07:45:02 +0900 |
commit | 5c0eb246d468454de9e84dca0d08c813459a5a6d (patch) | |
tree | ce9dc227600aeaa7b2a11035926ed2ff15560efd /docs/pkg/debian.rst | |
parent | 20f779b644a551bf56cb735868c55cd50d7c3610 (diff) |
documentation update!
reSTructured (no pun intended) the sphinx docs,
and trimmed README
Diffstat (limited to 'docs/pkg/debian.rst')
-rw-r--r-- | docs/pkg/debian.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/pkg/debian.rst b/docs/pkg/debian.rst new file mode 100644 index 00000000..9d6712e1 --- /dev/null +++ b/docs/pkg/debian.rst @@ -0,0 +1,29 @@ +.. _debian: + +Debian +====== + +This section documents all related to the debian package. + + +Dependencies +------------ + +* ``openvpn`` +* ``python-qt4`` +* ``python-crypto`` +* ``python setuptools`` +* ``python-requests`` +* ``python-gnutls`` + +.. note:: + these two need a version that is not found in the current debian stable or in ubuntu 12.04. + They will be packaged... soon. + +* ``python-gnutls == 1.1.9`` +* ``python-keyring`` + +For tests +^^^^^^^^^ +* ``python-nose``, ``python-mock``, ``python-coverage`` + |