From 06477e1f88a0ba734e3723acbcbda6c0e584b56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Jul 2022 10:30:37 +0200 Subject: Migrate to debhelper-compat 13 --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d95b933..166ac2e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = optimize=+lto export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) @@ -15,6 +16,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) + + %: dh $@ -- cgit v1.2.3 From c46ba7ccb0b1aab0237aa20f800527ea2558b639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Jul 2022 11:29:32 +0200 Subject: Work on not installed files --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 166ac2e..39d1496 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = optimize=+lto export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) -- cgit v1.2.3 From 6a76f9bc8961038b85b285ffb9581e127f261223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Jul 2022 11:58:05 +0200 Subject: Disable Link time optimization --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 39d1496..6424b10 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all, optimize=-lto ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s -- cgit v1.2.3