diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 4 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 0fa8852..db44bd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,9 @@ -leap-common (0.3.9.1) unstable; urgency=medium +leap-common (0.4.2) unstable; urgency=medium + * Update to 0.4.2 release * Update standards version to 3.9.6 (no changes) * Change my email address - -- Micah Anderson <micah@leap.se> Tue, 13 Jan 2015 17:00:11 -0500 - -leap-common (0.3.9) unstable; urgency=medium - - * Update to 0.3.9 release - -- Ben Carrillo <ben@futeisha.org> Fri, 07 Nov 2014 18:50:11 +0100 leap-common (0.3.8) unstable; urgency=medium diff --git a/debian/control b/debian/control index 253b467..d7097a3 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Maintainer: Micah Anderson <micah@leap.se> 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 +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python Standards-Version: 3.9.6 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 +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq, python-txzmq Description: Common python files needed by LEAP projects. This package contains common python functions that are needed for the LEAP Client project |