Enable hardening

This commit is contained in:
Aaron Rainbolt 2024-01-05 20:14:49 +00:00
parent f8df5fba75
commit 978c6f07e5
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
* Added help2man automatic manpage generation.
* Fixed an invalid documentation link in debian/upstream/metadata.
* Stopped specifying release build mode.
* Enabled hardening.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000

2
debian/rules vendored
View File

@ -1,5 +1,7 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@