[neon/3rdparty/libappimage/Neon/release-lts] debian: list bad versions explicitly so it still allows the older ubuntu version to be installed
Jonathan Riddell
null at kde.org
Thu Jan 14 13:55:04 GMT 2021
Git commit 0bb37ead3a2532812b71c1bcba58d80b5c3b5d0c by Jonathan Riddell.
Committed on 14/01/2021 at 13:55.
Pushed by jriddell into branch 'Neon/release-lts'.
list bad versions explicitly so it still allows the older ubuntu version to be installed
M +8 -2 debian/control
https://invent.kde.org/neon/3rdparty/libappimage/commit/0bb37ead3a2532812b71c1bcba58d80b5c3b5d0c
diff --git a/debian/control b/debian/control
index cfda553..ae36285 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,14 @@ Package: libappimage1.0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libappimage0 (<< 1.0.3-1)
-Replaces: libappimage0 (<< 1.0.3-1)
+Breaks: libappimage0 (= 1.0.2-0xneon+20.04+focal+build1),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build3),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build4),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build5)
+Replaces: libappimage0 (= 1.0.2-0xneon+20.04+focal+build1),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build3),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build4),
+ libappimage0 (= 1.0.3-0xneon+20.04+focal+build5)
Description: Core library for appimage
Core library of the AppImage project. Reference implementation
of the AppImage specification. https://appimage.org
More information about the Neon-commits
mailing list