[neon/neon-packaging/libquotient/Neon/unstable] debian: update .install
Jonathan Riddell
null at kde.org
Fri Nov 20 16:19:11 GMT 2020
Git commit 36898a653ea079284dc7109ca854ad63d84b2a6c by Jonathan Riddell.
Committed on 20/11/2020 at 16:18.
Pushed by jriddell into branch 'Neon/unstable'.
update .install
M +2 -2 debian/control
D +0 -1 debian/libquotient-dev.docs
M +2 -1 debian/libquotient-dev.install
https://invent.kde.org/neon/neon-packaging/libquotient/commit/36898a653ea079284dc7109ca854ad63d84b2a6c
diff --git a/debian/control b/debian/control
index 6d2b7d6..4c5ac96 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libquotient
Priority: optional
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers at lists.alioth.debian.org>
Uploaders: Hubert Chathi <uhoreg at debian.org>
-Build-Depends: debhelper-compat (= 12), cmake, qtbase5-dev, qtmultimedia5-dev
+Build-Depends: cmake, debhelper-compat (= 12), qtbase5-dev, qtmultimedia5-dev
Standards-Version: 4.3.0
Section: libs
Homepage: https://github.com/quotient-im/libQuotient
@@ -19,7 +19,7 @@ Description: Qt5 library to write cross-platform clients for Matrix
Package: libquotient0.6
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs: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.
diff --git a/debian/libquotient-dev.docs b/debian/libquotient-dev.docs
deleted file mode 100644
index 1e107f5..0000000
--- a/debian/libquotient-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-examples
diff --git a/debian/libquotient-dev.install b/debian/libquotient-dev.install
index 9b9e44b..eff1c41 100644
--- a/debian/libquotient-dev.install
+++ b/debian/libquotient-dev.install
@@ -1,4 +1,5 @@
usr/include/*
+usr/lib/*/cmake/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
-usr/lib/*/cmake/*
+usr/share/ndk-modules/Android.mk
More information about the Neon-commits
mailing list