[neon/kde/kapidox/Neon/unstable] debian: Build with hardening=+all build hardening flag.

Norbert Preining null at kde.org
Sun May 1 21:39:24 BST 2022


Git commit 9e2126f6662b541c7097b359a413c8f3e08b1412 by Norbert Preining.
Committed on 08/05/2021 at 12:03.
Pushed by sitter into branch 'Neon/unstable'.

Build with hardening=+all build hardening flag.

M  +1    -0    debian/changelog
M  +2    -0    debian/rules

https://invent.kde.org/neon/kde/kapidox/commit/9e2126f6662b541c7097b359a413c8f3e08b1412

diff --git a/debian/changelog b/debian/changelog
index 73712a5..49df947 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kapidox (5.82.0-1) UNRELEASED; urgency=medium
   * New upstream release (5.82.0).
   * Removed Maximiliano Curia from the uploaders, thanks for your work
     on the package!
+  * Build with hardening=+all build hardening flag.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 08 May 2021 21:03:50 +0900
 
diff --git a/debian/rules b/debian/rules
index 74f9553..d01cbb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild --with linktree
 



More information about the Neon-commits mailing list