[neon/neon-packaging/layer-shell-qt/Neon/unstable] debian: kf5 helper
Rik Mills
null at kde.org
Tue May 4 12:05:21 BST 2021
Git commit b06501061862bbe58ce998dd99334128a7ad70de by Rik Mills.
Committed on 04/05/2021 at 11:05.
Pushed by rikmills into branch 'Neon/unstable'.
kf5 helper
M +1 -0 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/layer-shell-qt/commit/b06501061862bbe58ce998dd99334128a7ad70de
diff --git a/debian/control b/debian/control
index 2cfa379..1ced303 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: cmake,
libwayland-dev,
libxkbcommon-dev,
pkg-config,
+ pkg-kde-tools,
qtbase5-dev,
qtbase5-private-dev,
qtdeclarative5-dev,
diff --git a/debian/rules b/debian/rules
index b58e3e3..8bb5fe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with pkgkde_symbolshelper,kf5
override_dh_clean:
rm -rf .clang-format
More information about the Neon-commits
mailing list