[neon/kde/prison/Neon/unstable_focal] debian: add back qml module

Jonathan Esk-Riddell null at kde.org
Tue Aug 2 09:38:20 BST 2022


Git commit 52dcbc3f930c1dfcbabe4f163c74724d12a679dd by Jonathan Esk-Riddell, on behalf of Rik Mills.
Committed on 02/08/2022 at 08:37.
Pushed by jriddell into branch 'Neon/unstable_focal'.

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/52dcbc3f930c1dfcbabe4f163c74724d12a679dd

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