[neon/extras/kdevelop-python/Neon/unstable] debian: no dh-sequence-kf5 yet
Jonathan Esk-Riddell
null at kde.org
Fri Nov 11 16:13:44 GMT 2022
Git commit 2a3f719d53c465030e39a80e5663daf0be8b3761 by Jonathan Esk-Riddell.
Committed on 11/11/2022 at 16:13.
Pushed by jriddell into branch 'Neon/unstable'.
no dh-sequence-kf5 yet
M +8 -7 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/kdevelop-python/commit/2a3f719d53c465030e39a80e5663daf0be8b3761
diff --git a/debian/control b/debian/control
index 1c32d63..32a4354 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,21 @@ Source: kdevelop-python
Section: devel
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Pino Toscano <pino at debian.org>,
+Uploaders: Pino Toscano <pino at debian.org>
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
- dh-sequence-kf5,
extra-cmake-modules (>= 5.78.0~),
gettext,
- qtbase5-dev (>= 5.15.0~),
+ kdevelop-dev (>= 4:22.04.1~),
libkf5i18n-dev (>= 5.78.0~),
libkf5itemmodels-dev (>= 5.78.0~),
libkf5kcmutils-dev (>= 5.78.0~),
libkf5newstuff-dev (>= 5.78.0~),
libkf5texteditor-dev (>= 5.78.0~),
libkf5threadweaver-dev (>= 5.78.0~),
- kdevelop-dev (>= 4:22.04.1~),
+ pkg-kde-tools,
python3.10-dev,
+ qtbase5-dev (>= 5.15.0~)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://www.kdevelop.org/
@@ -25,9 +25,10 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdevelop-python.git
Package: kdevelop-python
Architecture: any
-Depends: python3.10,
- kdevelop-python-data (>= ${source:Version}),
- ${misc:Depends}, ${shlibs:Depends}
+Depends: kdevelop-python-data (>= ${source:Version}),
+ python3.10,
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: kdevelop, pycodestyle, python3-autopep8
Suggests: kdevelop-python-l10n
Enhances: kdevelop
diff --git a/debian/rules b/debian/rules
index 667960e..1b762b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
export KDEV_PLUGIN_VERSION=36
%:
- dh $@
+ dh $@ --with kf5
override_dh_auto_configure:
dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
More information about the Neon-commits
mailing list