Skip to content

Commit de31222

Browse files
committed
Change replaces/breaks to have compat with nightly
Nightly builds wouldn't install correctly since our versioning scheme for nightly builds is 0.0.0~ and 0 < 18. Should be backwards compatible with 18.09 builds so there's no need to actually backport this to 18.09. Signed-off-by: Eli Uriegas <[email protected]>
1 parent 91ad211 commit de31222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deb/common/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Package: docker-ce-cli
4242
Architecture: linux-any
4343
Depends: ${shlibs:Depends}
4444
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs
45-
Replaces: docker-ce (<< 5:18.09)
46-
Breaks: docker-ce (<< 5:18.09)
45+
Replaces: docker-ce (<< 5:0)
46+
Breaks: docker-ce (<< 5:0)
4747
Description: Docker CLI: the open-source application container engine
4848
Docker is a product for you to build, ship and run any application as a
4949
lightweight container

0 commit comments

Comments
 (0)