diff options
author | Kali Kaneko <kali@leap.se> | 2016-09-20 17:07:14 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-09-20 17:07:14 -0400 |
commit | a889a5480b3807d887c3f196963236b2667bb8fa (patch) | |
tree | 47b3dced8e2925ca1e5cede25223e866ef61e80d /debian | |
parent | f063726b3ad003693010555d57dbc214f6abb01d (diff) | |
parent | 34ee56766446a1072599bd5641ffdf2a89442462 (diff) |
Merge branch 'debian/experimental' into debian/platform-0.9
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d9087d8..a540952 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +leap-common (0.5.2) unstable; urgency=medium + + * Update to 0.5.2 release + + -- Ben Carrillo <ben@futeisha.org> Tue, 20 Sep 2016 17:05:00 -0400 + +leap-common (0.5.1) unstable; urgency=medium + + * Update to 0.5.1 release + + -- Ben Carrillo <ben@futeisha.org> Mon, 25 Apr 2016 19:15:44 -0400 + leap-common (0.5.0) unstable; urgency=medium * Update to 0.5.0 release diff --git a/debian/control b/debian/control index ec279fa..cd00ad3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.6 Package: python-leap-common Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4), python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) Recommends: python-service-identity Description: Common Python files needed by LEAP projects This package contains common Python functions that are needed |