From 8a3aac92b7ae3ad1d8c57aaae2706f1aff550761 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 21 Feb 2025 01:18:22 -0600 Subject: [PATCH] Clean up rules file --- debian/rules | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/rules b/debian/rules index b8b758e..765ee96 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,12 @@ #!/usr/bin/make -f -# Hardening options, see: https://wiki.debian.org/Hardening -export DEB_BUILD_MAINT_OPTIONS=hardening=+all - -# Help makes build paths reproducible -export DEB_BUILD_MAINT_OPTIONS=buildinfo=+path +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path %: - dh $@ --with kf6 --buildsystem kf6 + dh $@ override_dh_auto_configure: dh_auto_configure -- -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON -# Some test don't work well, we don't need to run them at package build time. +# Needs to be looked into further override_dh_auto_test: