diff options
author | Andres Salomon <dilinger@queued.net> | 2021-01-18 17:43:32 -0500 |
---|---|---|
committer | Andres Salomon <dilinger@queued.net> | 2021-01-18 17:43:51 -0500 |
commit | b32444d59d033a4de02c8ad5ff059baf8bb8d2e5 (patch) | |
tree | 69344f831055041de7daa6beea9dc06a2a65a9dc /debian | |
parent | e50780916e6a0c5b9dc456f643f6474d0d2198dc (diff) | |
download | libquotient-b32444d59d033a4de02c8ad5ff059baf8bb8d2e5.tar.gz libquotient-b32444d59d033a4de02c8ad5ff059baf8bb8d2e5.zip |
Remove libqmatrixclient-dev dummy package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index da2d8c71..1bd551c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libquotient (0.6.4-2) UNRELEASED; urgency=medium + + * Remove libqmatrixclient-dev dummy package; Hubert pointed out that + we may want both dev packages installable, and they don't actually + conflict. + + -- Andres Salomon <dilinger@debian.org> Mon, 18 Jan 2021 17:42:43 -0500 + + libquotient (0.6.4-1) unstable; urgency=medium * New upstream release (closes: #980067). diff --git a/debian/control b/debian/control index 900226d0..ba4d4554 100644 --- a/debian/control +++ b/debian/control @@ -9,19 +9,9 @@ Homepage: https://github.com/quotient-im/libQuotient 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 -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 libQuotient is a Qt5-based library to make IM clients for the Matrix |