[SCM] gammaray packaging branch, master, updated. debian/2.3.0-3-37-g70a4940
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Wed Jul 27 16:05:30 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=70a4940
The following commit has been merged in the master branch:
commit 70a4940042054bddd4c382b72cf558c0cb8e5447
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Wed Jul 27 17:46:08 2016 +0200
Enable all hardening flags during build
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5569383..22eb744 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ gammaray (2.5.0-1) unstable; urgency=medium
- disable-qt4-webinspector.patch.
* Skip test failing on i386 prior Qt 5.7 (Closes: #826842).
* Enable verbose output when running tests.
+ * Enable all hardening flags during build.
-- Jakub Adam <jakub.adam at ktknet.cz> Tue, 26 Jul 2016 09:35:26 +0200
diff --git a/debian/rules b/debian/rules
index 3edbdf2..3a2fdab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_installdocs
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
--
gammaray packaging
More information about the pkg-kde-commits
mailing list