diff options
author | Andres Salomon <dilinger@queued.net> | 2021-01-18 04:31:30 -0500 |
---|---|---|
committer | Andres Salomon <dilinger@queued.net> | 2021-01-18 05:16:02 -0500 |
commit | e50780916e6a0c5b9dc456f643f6474d0d2198dc (patch) | |
tree | 555721e1780962cd5c5a4c3cacb3309d2bd3e9fc /debian/control | |
parent | 09eb39236666e81d5da014acea011dcd74d0999b (diff) | |
download | libquotient-e50780916e6a0c5b9dc456f643f6474d0d2198dc.tar.gz libquotient-e50780916e6a0c5b9dc456f643f6474d0d2198dc.zip |
Update for the 0.6.4 release and package rename
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 318e4787..900226d0 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,35 @@ -Source: libqmatrixclient +Source: libquotient Priority: optional Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org> -Uploaders: Hubert Chathi <uhoreg@debian.org> +Uploaders: Hubert Chathi <uhoreg@debian.org>, Andres Salomon <dilinger@debian.org> Build-Depends: debhelper-compat (= 12), cmake, qtbase5-dev, qtmultimedia5-dev Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/quotient-im/libQuotient -Vcs-Git: https://salsa.debian.org/matrix-team/libqmatrixclient.git -Vcs-Browser: https://salsa.debian.org/matrix-team/libqmatrixclient +Vcs-Git: https://salsa.debian.org/matrix-team/libquotient.git +Vcs-Browser: https://salsa.debian.org/matrix-team/libquotient Package: libqmatrixclient-dev +Section: oldlibs +Architecture: any +Depends: libquotient-dev, ${misc:Depends} +Description: Qt5 library for Matrix clients [transitional package] + libQMatrixClient is a Qt5-based library to make IM clients for the Matrix + protocol. This is a transitional package. It can safely be removed. + +Package: libquotient-dev Section: libdevel Architecture: any -Depends: libqmatrixclient0.5.1 (= ${binary:Version}), ${misc:Depends} +Replaces: libqmatrixclient-dev (<< 0.6.4-1~) +Breaks: libqmatrixclient-dev (<< 0.6.4-1~) +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 + libQuotient 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: libqmatrixclient0.5.1 +Package: libquotient0.6 Architecture: any Depends: ${shlibs:Depends}, ${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 + libQuotient is a Qt5-based library to make IM clients for the Matrix protocol. It is the backbone of Quaternion, Spectral and some other projects. |