summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pleau <jason@jpleau.ca>2018-04-10 22:08:09 -0400
committerJason Pleau <jason@jpleau.ca>2018-04-10 22:08:09 -0400
commitfd17cbb77d4ab29923c5c53523615f6630f75753 (patch)
tree81586dd7b49e9e6f0e0082aef1f27789725aa66b
parent515d04c177db0feb6421315cd7744b3c0335a987 (diff)
Add Breaks for docker-compose << 1.21
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5bf5f72..d6674ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-docker (3.2.1-1) UNRELEASED; urgency=medium
* Update Vcs-* fields to point to salsa.d.o
* Refresh requirements.patch
* Update Standards-Version to 4.1.3, no changes needed
+ * Add Breaks for docker-compose << 1.21
+
-- Jason Pleau <jason@jpleau.ca> Fri, 30 Mar 2018 15:36:03 -0400
diff --git a/debian/control b/debian/control
index 32def45..a6fed11 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-ipaddress (>=1.0.16)
Breaks: python-magnum (<< 5.0.0),
python-senlin (<< 2.0.0),
- docker-compose (<< 1.10)
+ docker-compose (<< 1.21)
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