[neon/backports-jammy/libsignon-glib/Neon/unstable] debian: try to enable all the hardening options. Do they work?

Diane Trout null at kde.org
Thu Jun 22 01:30:33 BST 2023


Git commit 6f27601c4a592b28e11ddfd1db40517f5026a004 by Diane Trout.
Committed on 12/09/2015 at 04:40.
Pushed by carlosdem into branch 'Neon/unstable'.

try to enable all the hardening options. Do they work?

M  +3    -3    debian/rules

https://invent.kde.org/neon/backports-jammy/libsignon-glib/-/commit/6f27601c4a592b28e11ddfd1db40517f5026a004

diff --git a/debian/rules b/debian/rules
index 201121b..a1705a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ DH_VERBOSE=1
 DPKG_EXPORT_BUILDFLAGS=1
 include /usr/share/dpkg/default.mk
 
-#export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND=-Wall -pendantic
-#export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND=-Wall -pendantic
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 BUILD:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 



More information about the Neon-commits mailing list