[neon/kf6/kf6-knotifications/Neon/stable] debian: python bindings and pkgconf

Carlos De Maine null at kde.org
Wed Dec 18 04:08:03 GMT 2024


Git commit 6cfbcf789d78a7c6f15669cc3d6b3828e5e0b62b by Carlos De Maine.
Committed on 18/12/2024 at 04:07.
Pushed by carlosdem into branch 'Neon/stable'.

python bindings and pkgconf

M  +10   -2    debian/control
M  +2    -1    debian/kf6-knotifications.install

https://invent.kde.org/neon/kf6/kf6-knotifications/-/commit/6cfbcf789d78a7c6f15669cc3d6b3828e5e0b62b

diff --git a/debian/control b/debian/control
index 1be1730..980208b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                dbus-x11,
                debhelper-compat (= 13),
+               dh-python,
+               dh-sequence-python3,
                doxygen,
                graphviz,
                kf6-extra-cmake-modules,
@@ -13,9 +15,15 @@ Build-Depends: cmake,
                kf6-kcoreaddons-dev,
                kf6-kwindowsystem-dev,
                libcanberra-dev,
+               libclang-dev
                libdbusmenu-qt6-dev,
-               pkg-config,
+               libpyside6-dev,
+               libpython3-dev,
+               libshiboken6-dev,
+               pkgconf,
                pkg-kde-tools-neon,
+               python3,
+               python3-build,
                qt6-base-dev,
                qt6-base-private-dev,
                qt6-tools-dev,
@@ -85,4 +93,4 @@ Package: qml6-module-org-kde-notification
 Architecture: all
 Depends: kf6-knotifications, ${misc:Depends}
 Description: Dummy transitional
- Transitional dummy package.
\ No newline at end of file
+ Transitional dummy package.
diff --git a/debian/kf6-knotifications.install b/debian/kf6-knotifications.install
index b138c6a..2cd0099 100644
--- a/debian/kf6-knotifications.install
+++ b/debian/kf6-knotifications.install
@@ -1,5 +1,6 @@
 usr/lib/*/libKF6Notifications.so.6.*
 usr/lib/*/libKF6Notifications.so.6
 usr/lib/*/qt6/qml/
+usr/lib/python3/dist-packages/
 usr/share/locale/
-usr/share/qlogging-categories6/
\ No newline at end of file
+usr/share/qlogging-categories6/


More information about the Neon-commits mailing list