[neon/neon-packaging/ksystemstats/Neon/unstable] debian: kf5 helper
Rik Mills
null at kde.org
Tue May 4 13:17:43 BST 2021
Git commit 8083fd5e74e7f4975d15bb7e010d5af3e9ba097e by Rik Mills.
Committed on 04/05/2021 at 12:17.
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/ksystemstats/commit/8083fd5e74e7f4975d15bb7e010d5af3e9ba097e
diff --git a/debian/control b/debian/control
index f3e547a..743bcf2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: cmake,
libnl-route-3-dev,
libsensors4-dev,
libudev-dev,
+ pkg-kde-tools,
qtbase5-dev
Standards-Version: 4.5.0
Homepage: http://www.kde.org/
diff --git a/debian/rules b/debian/rules
index e381573..42c206c 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 kf5
override_dh_auto_test:
true
More information about the Neon-commits
mailing list