[neon/kde/prison/Neon/unstable] debian: add back qml module
Jonathan Esk-Riddell
null at kde.org
Tue Aug 2 09:38:20 BST 2022
Git commit 88948286f1fac38e3638e03b876a5658bca9e030 by Jonathan Esk-Riddell, on behalf of Rik Mills.
Committed on 02/08/2022 at 08:38.
Pushed by jriddell into branch 'Neon/unstable'.
add back qml module
M +10 -0 debian/control
A +1 -0 debian/qml-module-org-kde-prison.install
https://invent.kde.org/neon/kde/prison/commit/88948286f1fac38e3638e03b876a5658bca9e030
diff --git a/debian/control b/debian/control
index 1fed12d..09beb51 100644
--- a/debian/control
+++ b/debian/control
@@ -58,3 +58,13 @@ Description: barcode API for Qt
barcodes and DataMatrix barcodes, and can easily be made support more.
.
This package contains the shared library to be used by applications.
+
+Package: qml-module-org-kde-prison
+Architecture: any
+Multi-arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: barcode API for Qt
+ prison is a barcode API currently offering a nice Qt API to produce QRCode
+ barcodes and DataMatrix barcodes, and can easily be made support more.
+ .
+ This package contains the QML module
diff --git a/debian/qml-module-org-kde-prison.install b/debian/qml-module-org-kde-prison.install
new file mode 100644
index 0000000..fea2999
--- /dev/null
+++ b/debian/qml-module-org-kde-prison.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/qml/org/kde/prison/
More information about the Neon-commits
mailing list