[neon/neon-packaging/index-fm/Neon/release] debian: use ninja build
Carlos De Maine
null at kde.org
Thu Jun 8 03:18:59 BST 2023
Git commit 8cacda06f1c91cf66e9de3ebb0ab20d9d20893cc by Carlos De Maine.
Committed on 08/06/2023 at 02:18.
Pushed by carlosdem into branch 'Neon/release'.
use ninja build
M +2 -1 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/8cacda06f1c91cf66e9de3ebb0ab20d9d20893cc
diff --git a/debian/control b/debian/control
index f650e9d..6ef16cf 100644
--- a/debian/control
+++ b/debian/control
@@ -17,12 +17,13 @@ Build-Depends: cmake,
libqt5svg5-dev,
mauiman-dev,
mauikit-dev,
+ ninja-build,
pkg-kde-tools,
qtbase5-dev (>= 5.5.0~),
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
qtwebengine5-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.6.1
Homepage: https://github.com/maui-project/index
Vcs-Browser: https://gitlab.com/debian-pm/index
Vcs-Git: https://gitlab.com/debian-pm/index.git
diff --git a/debian/rules b/debian/rules
index e6a8702..631bb6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+ dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp
More information about the Neon-commits
mailing list