summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2017-11-03 17:12:05 +0000
committerThomas Goirand <zigo@debian.org>2017-11-03 17:12:05 +0000
commitaa78d5fcf2a38c1a7c549197b1430305ca1cddb0 (patch)
treec79205c937a74ea27cc27e47e25474d354f85f43
parentf31b85399747f13734383d164b65f1c64ec79054 (diff)
Add Breaks: python-magnum (<< 5.0.0), python-senlin (<< 2.0.0).
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6e23d3e..5144007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-docker (2.4.2-2) UNRELEASED; urgency=medium
+
+ * Add Breaks: python-magnum (<< 5.0.0), python-senlin (<< 2.0.0).
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 03 Nov 2017 17:09:17 +0000
+
python-docker (2.4.2-1) experimental; urgency=medium
[ Jason Pleau ]
diff --git a/debian/control b/debian/control
index aa362e8..7772230 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,8 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-backports.ssl-match-hostname (>= 3.5),
python-ipaddress (>=1.0.16)
+Breaks: python-magnum (<< 5.0.0),
+ python-senlin (<< 2.0.0),
Description: Python wrapper to access docker.io's control socket
This package contains oodles of routines that aid in controlling
docker.io over it's socket control, the same way the docker.io