Skip to content

Commit f6a3e27

Browse files
committed
Fix debian package upgrade scenarios
Epoch needs to be included in the Replaces / Breaks sections Signed-off-by: Eli Uriegas <[email protected]>
1 parent 79d76f3 commit f6a3e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deb/common/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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-
Breaks: docker-ce (<< 18.06~)
45+
Replaces: docker-ce (<< 5:18.09)
46+
Breaks: docker-ce (<< 5:18.09)
4647
Description: Docker CLI: the open-source application container engine
4748
Docker is a product for you to build, ship and run any application as a
4849
lightweight container

0 commit comments

Comments
 (0)