[neon/neon-packaging/libquotient/Neon/unstable] debian: Revert "soname bump"
Jonathan Riddell
null at kde.org
Thu Feb 25 14:13:48 GMT 2021
Git commit f9e8ddab0e06896a2a7c06399b5315a90f92e0df by Jonathan Riddell.
Committed on 25/02/2021 at 14:13.
Pushed by jriddell into branch 'Neon/unstable'.
Revert "soname bump"
This reverts commit 0189e7f54d669aac56f6a29905a96c6c478fc8bb.
M +2 -2 debian/control
A +1 -0 debian/libquotient0.6.install
D +0 -1 debian/libquotient0.7.install
https://invent.kde.org/neon/neon-packaging/libquotient/commit/f9e8ddab0e06896a2a7c06399b5315a90f92e0df
diff --git a/debian/control b/debian/control
index 3bcf6e1..4c5ac96 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@ Vcs-Browser: https://salsa.debian.org/matrix-team/libqmatrixclient
Package: libquotient-dev
Section: libdevel
Architecture: any
-Depends: libquotient0.7 (= ${binary:Version}), ${misc:Depends}
+Depends: libquotient0.6 (= ${binary:Version}), ${misc:Depends}
Description: Qt5 library to write cross-platform clients for Matrix
libQMatrixClient is a Qt5-based library to make IM clients for the Matrix
protocol. It is the backbone of Quaternion, Spectral and some other projects.
-Package: libquotient0.7
+Package: libquotient0.6
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt5 library to write cross-platform clients for Matrix
diff --git a/debian/libquotient0.6.install b/debian/libquotient0.6.install
new file mode 100644
index 0000000..b8f8846
--- /dev/null
+++ b/debian/libquotient0.6.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.0.6*
diff --git a/debian/libquotient0.7.install b/debian/libquotient0.7.install
deleted file mode 100644
index 2e19a2f..0000000
--- a/debian/libquotient0.7.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.0.7*
More information about the Neon-commits
mailing list