summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-11-02 11:56:51 -0400
committerKali Kaneko <kali@leap.se>2015-11-02 11:56:51 -0400
commit010598fd91722474d1d8a216a20fa429a2615c3a (patch)
tree5af86bb6a0b3ca1df7f378f44c6ba79ae072f8fd
parent33d9cec7db01e1a50940fda9fe3903e67c02af1c (diff)
[pkg] move python-service-identity to Recommends
- Resolves: #7559
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bcbc0bb..c03039a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+leap-common (0.4.11.1) unstable; urgency=medium
+
+ * Move python-service-identity to Recommends.
+ Closes leap issue #7559
+
+ -- Ben Carrillo <ben@futeisha.org> Mon, 02 Nov 2015 11:55:28 -0400
+
leap-common (0.4.11) unstable; urgency=medium
* Dummy release. This is exactly tag 0.4.4, to fix a former versioning
diff --git a/debian/control b/debian/control
index b9033ad..8f9e640 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ 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), python-service-identity
+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)
+Recommends: python-service-identity
Description: Common Python files needed by LEAP projects
This package contains common Python functions that are needed
for the LEAP Client project