[neon/kf6/kf6-kxmlgui/Neon/release] debian: python bindings

Carlos De Maine null at kde.org
Wed Dec 18 08:34:46 GMT 2024


Git commit 96836eb6c5206dd06094d2fe6c7a89290d6dd5be by Carlos De Maine.
Committed on 18/12/2024 at 08:34.
Pushed by carlosdem into branch 'Neon/release'.

python bindings

M  +13   -1    debian/control
M  +1    -0    debian/kf6-kxmlgui.install

https://invent.kde.org/neon/kf6/kf6-kxmlgui/-/commit/96836eb6c5206dd06094d2fe6c7a89290d6dd5be

diff --git a/debian/control b/debian/control
index 6b1a73a..1a94f68 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               dh-python,
+               dh-sequence-python3,
                doxygen,
                graphviz,
                kf6-attica-dev,
@@ -20,7 +22,14 @@ Build-Depends: cmake,
                kf6-ktextwidgets-dev,
                kf6-kwidgetsaddons-dev,
                kf6-kwindowsystem-dev,
+               libclang-dev
+               libpyside6-dev,
+               libpython3-dev,
+               libshiboken6-dev,
                pkg-kde-tools-neon,
+               python3-dev,
+               python3-build,
+               pyside6-tools,
                qt6-base-dev,
                qt6-tools-dev
 Standards-Version: 4.6.2
@@ -32,7 +41,10 @@ Package: kf6-kxmlgui
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3,
+         python3-pyside6.qtcore,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: libkf6xmlgui6,
           libkf6xmlgui-bin,
           libkf6xmlgui-data,
diff --git a/debian/kf6-kxmlgui.install b/debian/kf6-kxmlgui.install
index e71665f..5331289 100644
--- a/debian/kf6-kxmlgui.install
+++ b/debian/kf6-kxmlgui.install
@@ -1,4 +1,5 @@
 usr/lib/*/libKF6XmlGui.so.6.*
 usr/lib/*/libKF6XmlGui.so.6
+usr/lib/python3/dist-packages/
 usr/share/locale/
 usr/share/qlogging-categories6/


More information about the Neon-commits mailing list