diff options
author | Kali Kaneko <kali@leap.se> | 2015-06-01 14:31:11 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-06-01 14:31:11 -0400 |
commit | bdc3543a23d92aba62e880e56827298df3d03942 (patch) | |
tree | aac0fa9e0149fcd5d153f039ff4075f1f9722e1c /debian/control | |
parent | e753387ddf3d028423b778a1a0365ecc80c785e5 (diff) |
add debian folder, with changelog updated to 0.4.0
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ce369f3 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: leap-common +Maintainer: Micah Anderson <micah@debian.org> +Uploaders: Ben Carrillo <ben@futeisha.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.5 + +Package: python-leap-common +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-protobuf (>=2.4.1), python-protobuf.socketrpc, + python-dateutil, 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 |