Skip to content

Commit 7638679

Browse files
committed
fix: add versions to Breaks/Replaces for transitional packaging
1 parent edf84e8 commit 7638679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
101101
# The libcurl4 is loaded through dlopen("libcurl.so.4").
102102
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988521
103103
Recommends: libcurl4
104-
Breaks: libzfs2, libzfs4, libzfs4linux
105-
Replaces: libzfs2, libzfs4, libzfs4linux
104+
Breaks: libzfs2, libzfs4, libzfs4linux (<< 2.3.0)
105+
Replaces: libzfs2, libzfs4, libzfs4linux (<< 2.3.0)
106106
Description: OpenZFS filesystem library for Linux - general support
107107
OpenZFS is a storage platform that encompasses the functionality of
108108
traditional filesystems and volume managers. It supports data checksums,
@@ -135,8 +135,8 @@ Package: libzpool6linux
135135
Section: contrib/libs
136136
Architecture: linux-any
137137
Depends: ${misc:Depends}, ${shlibs:Depends}
138-
Breaks: libzpool2, libzpool5, libzpool5linux
139-
Replaces: libzpool2, libzpool5, libzpool5linux
138+
Breaks: libzpool2, libzpool5, libzpool5linux (<< 2.3.0)
139+
Replaces: libzpool2, libzpool5, libzpool5linux (<< 2.3.0)
140140
Description: OpenZFS pool library for Linux
141141
OpenZFS is a storage platform that encompasses the functionality of
142142
traditional filesystems and volume managers. It supports data checksums,

0 commit comments

Comments
 (0)