[neon/kde/drkonqi/Neon/unstable] debian: DWITH_PYTHON_VENDORING=OFF
Carlos De Maine
null at kde.org
Mon Aug 28 14:05:25 BST 2023
Git commit 9305dcc9ddc189390bdbaab7fc3f31ead1f56a70 by Carlos De Maine.
Committed on 28/08/2023 at 15:05.
Pushed by carlosdem into branch 'Neon/unstable'.
DWITH_PYTHON_VENDORING=OFF
M +0 -1 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/kde/drkonqi/-/commit/9305dcc9ddc189390bdbaab7fc3f31ead1f56a70
diff --git a/debian/control b/debian/control
index 864ba81..368497c 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,6 @@ Build-Depends: cmake
systemd-coredump,
pkg-kde-tools-neon,
python3-dev,
- python3-pip,
python3-psutil,
python3-pygdbmi,
python3-sentry-sdk,
diff --git a/debian/rules b/debian/rules
index 47c772a..dc06598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_autoconfigure:
+ dh_auto_configure -- -DWITH_PYTHON_VENDORING=OFF
\ No newline at end of file
More information about the Neon-commits
mailing list