diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 119baa6..d9087d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,12 @@ leap-common (0.5.0) unstable; urgency=medium -- Ben Carrillo <ben@futeisha.org> Wed, 11 Nov 2015 16:22:10 -0400 +leap-common (0.4.11.2) unstable; urgency=medium + + * Relax dependency on python-zmq + + -- Micah Anderson <micah@leap.se> Thu, 12 Nov 2015 11:20:03 -0500 + leap-common (0.4.11.1) unstable; urgency=medium * Move python-service-identity to Recommends. @@ -20,6 +26,12 @@ leap-common (0.4.11) unstable; urgency=medium -- Ben Carrillo <ben@futeisha.org> Thu, 29 Oct 2015 16:33:25 -0400 +leap-common (0.4.10) unstable; urgency=medium + + * Update to 0.4.0 release + + -- Ben Carrillo <ben@futeisha.org> Mon, 01 Jun 2015 14:30:27 -0400 + leap-common (0.4.4) unstable; urgency=medium * Update to 0.4.4 release @@ -42,6 +54,12 @@ leap-common (0.4.2) unstable; urgency=medium -- Micah Anderson <micah@leap.se> Tue, 01 Sep 2015 14:18:31 -0400 +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 * Update to 0.3.8 release diff --git a/debian/control b/debian/control index 3f1c04c..ec279fa 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.1-1.1), python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) +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) Recommends: python-service-identity Description: Common Python files needed by LEAP projects This package contains common Python functions that are needed |