aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control10
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