[neon/extras/kraft/Neon/unstable] debian: tidy up
Carlos De Maine
null at kde.org
Sat Sep 16 15:03:31 BST 2023
Git commit cbbf16fe8fc136fb2ae1750b7eecedf46dade1f9 by Carlos De Maine.
Committed on 16/09/2023 at 16:03.
Pushed by carlosdem into branch 'Neon/unstable'.
tidy up
M +6 -6 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/kraft/-/commit/cbbf16fe8fc136fb2ae1750b7eecedf46dade1f9
diff --git a/debian/control b/debian/control
index 6a5bfca..a63afb4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>,
Jonathan Patrick Davies <jpatrick at kubuntu.org>
-Build-Depends: debhelper-compat (= 13),
- pkg-kde-tools (>= 0.15.16),
+Build-Depends: asciidoctor,
+ debhelper-compat (= 13),
cmake,
dh-python,
extra-cmake-modules,
gettext,
- qtbase5-dev,
+ libctemplate-dev,
+ libgrantlee5-dev,
libkf5akonadi-dev,
libkf5akonadi-dev-bin,
libkf5akonadicontact-dev,
@@ -18,11 +19,10 @@ Build-Depends: debhelper-compat (= 13),
libkf5contacteditor-dev,
libkf5contacts-dev,
libkf5i18n-dev,
- libctemplate-dev,
- libgrantlee5-dev,
+ pkg-kde-tools,
python3:any,
- asciidoctor,
po4a,
+ qtbase5-dev,
libqt5sql5-sqlite <!nocheck>,
libqt5svg5-dev,
xauth <!nocheck>,
diff --git a/debian/rules b/debian/rules
index 29e4624..da6d23e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ export DH_VERBOSE=1
%:
dh $@ --with kf5,python3
-override_dh_configure:
- dh_configure -- -DAKONADI_LEGACY_BUILD=ON
+override_dh_auto_configure:
+ dh_auto_configure -- -DAKONADI_LEGACY_BUILD=ON
override_dh_auto_test:
xvfb-run -a env KRAFT_HOME="$(CURDIR)" dh_auto_test --no-parallel
More information about the Neon-commits
mailing list