[neon/neon-packaging/libkgapi5/Neon/stable] debian: hardening=+all

Carlos De Maine null at kde.org
Sat Jan 20 05:16:46 GMT 2024


Git commit 0c31bc793012ce7991871170300369d4cd925292 by Carlos De Maine.
Committed on 20/01/2024 at 06:16.
Pushed by carlosdem into branch 'Neon/stable'.

hardening=+all

M  +5    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/libkgapi5/-/commit/0c31bc793012ce7991871170300369d4cd925292

diff --git a/debian/rules b/debian/rules
index c6b9f40..bc049b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,16 @@
 #!/usr/bin/make -f
 
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 export DH_VERBOSE=1
 
 %:
 	dh $@ --with kde
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DCMAKE_C_FLAGS="-O0" -DCMAKE_CXX_FLAGS="-O0" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-O0" -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O0"
+	dh_auto_configure
 
 override_dh_auto_test:
 	xvfb-run --\


More information about the Neon-commits mailing list