summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-05-30 14:45:06 -0400
committerMicah Anderson <micah@riseup.net>2013-05-30 14:45:06 -0400
commit2f4d6b60f5c5581a0e53ffa77b747485b1e64d7b (patch)
tree67827d0d6747c49046d875316d8868c5d4191644 /debian/control
parentdbbf33d27268266088ee1ab15fc04cef33259250 (diff)
initial debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f5bb89e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: leap-common
+Maintainer: Micah Anderson <micah@debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc
+Standards-Version: 3.9.4
+
+Package: python-leap.common
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-xdg, python-protobuf, python-protobuf.socketrpc,
+ python-dateutil, python-autopep8, python-openssl, python-gnupg
+Description: Common python files needed by LEAP projects.
+ This package contains common python functions that are needed
+ for the LEAP Client project