Enable hardening
This commit is contained in:
parent
f8df5fba75
commit
978c6f07e5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -7,6 +7,7 @@ picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
|
|||||||
* Added help2man automatic manpage generation.
|
* Added help2man automatic manpage generation.
|
||||||
* Fixed an invalid documentation link in debian/upstream/metadata.
|
* Fixed an invalid documentation link in debian/upstream/metadata.
|
||||||
* Stopped specifying release build mode.
|
* Stopped specifying release build mode.
|
||||||
|
* Enabled hardening.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user