[neon/neon-packaging/kquickimageeditor/Neon/unstable] debian: make -dev dep on qml package
Jonathan Riddell
null at kde.org
Fri Dec 11 14:32:55 GMT 2020
Git commit c3554be3807b9ca2b4245de082b91dd4bf899a76 by Jonathan Riddell.
Committed on 11/12/2020 at 14:32.
Pushed by jriddell into branch 'Neon/unstable'.
make -dev dep on qml package
M +6 -2 debian/control
https://invent.kde.org/neon/neon-packaging/kquickimageeditor/commit/c3554be3807b9ca2b4245de082b91dd4bf899a76
diff --git a/debian/control b/debian/control
index c4513aa..0fd631c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Rules-Requires-Root: no
Package: kquickimageeditor-dev
Architecture: any
-Depends: qml-module-qtquick2,
+Depends: qml-module-org-kde-kquickimageeditor (= ${binary:Version}),
+ qml-module-qtquick2,
qtbase5-dev,
qtdeclarative5-dev,
${misc:Depends},
@@ -25,7 +26,10 @@ Description: Image editing components
Package: qml-module-org-kde-kquickimageeditor
Architecture: any
-Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-org-kde-kirigami2,
+ qml-module-qtquick2,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Image editing components
A QtQuick plugin providing Image editing components.
.
More information about the Neon-commits
mailing list