[neon/extras/kquickimageeditor/Neon/stable] debian: missed a forward slash /

Carlos De Maine null at kde.org
Wed Sep 3 22:43:07 BST 2025


Git commit 100f5b5d2367bcf5e173debe0e055b035c184499 by Carlos De Maine.
Committed on 03/09/2025 at 21:43.
Pushed by carlosdem into branch 'Neon/stable'.

missed a forward slash /

M  +1    -1    debian/kquickimageeditor-dev.install
M  +2    -2    debian/qml6-module-org-kde-kquickimageeditor.install

https://invent.kde.org/neon/extras/kquickimageeditor/-/commit/100f5b5d2367bcf5e173debe0e055b035c184499

diff --git a/debian/kquickimageeditor-dev.install b/debian/kquickimageeditor-dev.install
index 1e82422..e80fb55 100644
--- a/debian/kquickimageeditor-dev.install
+++ b/debian/kquickimageeditor-dev.install
@@ -1,4 +1,4 @@
 usr/include/KQuickImageEditor/
 usr/lib/*/cmake/KQuickImageEditor/
 usr/lib/*/qt6/mkspecs/
-usr/lib*/libKQuickImageEditor.so
+usr/lib/*/libKQuickImageEditor.so
diff --git a/debian/qml6-module-org-kde-kquickimageeditor.install b/debian/qml6-module-org-kde-kquickimageeditor.install
index bfa25b5..4649fac 100644
--- a/debian/qml6-module-org-kde-kquickimageeditor.install
+++ b/debian/qml6-module-org-kde-kquickimageeditor.install
@@ -1,3 +1,3 @@
 usr/lib/*/qt6/qml/
-usr/lib*/libKQuickImageEditor.so.0.5.1
-usr/lib*/libKQuickImageEditor.so.1
\ No newline at end of file
+usr/lib/*/libKQuickImageEditor.so.0.5.1
+usr/lib/*/libKQuickImageEditor.so.1
\ No newline at end of file


More information about the Neon-commits mailing list