[neon/neon-packaging/libquotient/Neon/release] debian: lint me green

Carlos De Maine null at kde.org
Wed Jan 17 01:37:55 GMT 2024


Git commit fa4ea9d80367213ff8c85aed58b9dee855679f23 by Carlos De Maine.
Committed on 17/01/2024 at 02:37.
Pushed by carlosdem into branch 'Neon/release'.

lint me green

M  +9    -2    debian/control
A  +1    -0    debian/source/lintian-overrides

https://invent.kde.org/neon/neon-packaging/libquotient/-/commit/fa4ea9d80367213ff8c85aed58b9dee855679f23

diff --git a/debian/control b/debian/control
index 0363eb4..703bed5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:cmake,
               cmake,
               libolm-dev,
               libssl-dev,
+              pkg-kde-tools,
               qtkeychain-qt5-dev,
               qtkeychain-qt6-dev,
               qt6-base-dev,
@@ -39,7 +40,10 @@ Description: Qt5 library to write cross-platform clients for Matrix
 Package: libquotient-qt5-dev
 Section: libdevel
 Architecture: any
-Depends: libquotient-dev (= ${binary:Version}), libquotient0.8 (= ${binary:Version}), ${misc:Depends}
+Depends: libquotient-dev (= ${binary:Version}), 
+         libquotient0.8 (= ${binary:Version}), 
+         qtbase5-dev,
+         ${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
  protocol. It is the backbone of Quaternion, Spectral and some other projects.
@@ -49,7 +53,10 @@ Description: Qt5 library to write cross-platform clients for Matrix
 Package: libquotient-qt6-dev
 Section: libdevel
 Architecture: any
-Depends:libquotient-dev (= ${binary:Version}), libquotient-qt6-0.8 (= ${binary:Version}), ${misc:Depends}
+Depends:libquotient-dev (= ${binary:Version}), 
+        libquotient-qt6-0.8 (= ${binary:Version}),
+        qt6-base-dev,
+        ${misc:Depends}
 Description: Qt6 library to write cross-platform clients for Matrix
  libQuotient is a Qt6-based library to make IM clients for the Matrix
  protocol. It is the backbone of Quaternion, Spectral and some other projects.
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..bc6db12
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+libquotient source: no-debian-copyright-in-source
\ No newline at end of file


More information about the Neon-commits mailing list