[neon/3rdparty/sddm/Neon/release-lts] debian: Build with hardening=+all build hardening flag.

Aurélien COUDERC null at kde.org
Tue Mar 9 12:45:42 GMT 2021


Git commit ebb57f951deed19eb8851fba110fd270357dd796 by Aurélien COUDERC.
Committed on 06/11/2020 at 22:01.
Pushed by sitter into branch 'Neon/release-lts'.

Build with hardening=+all build hardening flag.

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

https://invent.kde.org/neon/3rdparty/sddm/commit/ebb57f951deed19eb8851fba110fd270357dd796

diff --git a/debian/changelog b/debian/changelog
index 6e152e1..6be4713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sddm (0.19.0-1) UNRELEASED; urgency=medium
   * Sync patches with Kubuntu.
   * Switch to UTF-8 encoding for Swedish po translation.
   * Review copyright information.
+  * Build with hardening=+all build hardening flag.
 
  -- Aurélien COUDERC <coucouf at debian.org>  Wed, 04 Nov 2020 17:34:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 1630cf4..734ac05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 



More information about the Neon-commits mailing list