diff options
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 |