>From 4af5a37f158a322dc016f1657050c030ab5c8ccf Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <nicolas@debian.org>
Date: Tue, 24 Feb 2026 18:32:04 +0100
Subject: [PATCH 8/9] Enable hardening flags

---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 768319d..5b45de7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ CONTRIB_BINARIES = $(CONTRIB_BINARIES_bin) $(CONTRIB_BINARIES_sbin)
 # we don’t want these in /usr/bin
 MOVE_TO_USR_SBIN = kbdrate
 
+DEB_BUILD_MAINT_OPTIONS := hardening=+all
 # Export because contrib/ has no autoconf stuff.
 DPKG_EXPORT_BUILDFLAGS := 1
 DPKG_EXPORT_BUILDTOOLS := 1
-- 
2.47.3

