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

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

diff --git a/debian/rules b/debian/rules
index cea0c0e..e4a3f35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ CONTRIB_BINARIES_sbin := vcstime
 # we don’t want these in /usr/bin
 MOVE_TO_USR_SBIN := kbdrate
 
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+
 %:
 	dh $@
 
-- 
2.47.3

