[neon/extras/kquickimageeditor] debian: move qmake stuff to -dev
Pino Toscano
null at kde.org
Thu Sep 8 15:26:29 BST 2022
Git commit 85d8dee24781c1b5fc51640af89f62de100ebaae by Pino Toscano.
Committed on 22/02/2022 at 18:38.
Pushed by jriddell into branch 'master'.
move qmake stuff to -dev
M +4 -0 debian/changelog
M +2 -0 debian/control
M +1 -0 debian/kquickimageeditor-dev.install
M +1 -1 debian/qml-module-org-kde-kquickimageeditor.install
https://invent.kde.org/neon/extras/kquickimageeditor/commit/85d8dee24781c1b5fc51640af89f62de100ebaae
diff --git a/debian/changelog b/debian/changelog
index 4836cca..0c8db5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
kquickimageeditor (0.2.0-4) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Install the qmake development stuff in kquickimageeditor-dev, rather than
+ qml-module-org-kde-kquickimageeditor
+ - add proper breaks/replaces
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Tue, 22 Feb 2022 19:35:38 +0100
diff --git a/debian/control b/debian/control
index be24e27..90e2346 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,8 @@ Depends: qml-module-org-kde-kquickimageeditor (= ${binary:Version}),
qtdeclarative5-dev,
${misc:Depends},
${shlibs:Depends}
+Breaks: qml-module-org-kde-kquickimageeditor (<< 0.2.0-4~),
+Replaces: qml-module-org-kde-kquickimageeditor (<< 0.2.0-4~),
Description: Image editing components - devel files
A QtQuick plugin providing Image editing components.
.
diff --git a/debian/kquickimageeditor-dev.install b/debian/kquickimageeditor-dev.install
index c5ac751..02d308a 100644
--- a/debian/kquickimageeditor-dev.install
+++ b/debian/kquickimageeditor-dev.install
@@ -1,2 +1,3 @@
usr/lib/*/cmake/KQuickImageEditor/
+usr/lib/*/qt5/mkspecs/
examples /usr/share/doc/kquickimageeditor-dev/
diff --git a/debian/qml-module-org-kde-kquickimageeditor.install b/debian/qml-module-org-kde-kquickimageeditor.install
index 0b8fd5f..39546bb 100644
--- a/debian/qml-module-org-kde-kquickimageeditor.install
+++ b/debian/qml-module-org-kde-kquickimageeditor.install
@@ -1 +1 @@
-usr/lib/*/qt5/
+usr/lib/*/qt5/qml/
More information about the Neon-commits
mailing list