[teeworlds] 01/05: Enable all hardening build flags.
Felix Geyer
fgeyer at moszumanska.debian.org
Mon Apr 25 17:20:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository teeworlds.
commit a30c86db11fff5cd25d4f090d2d2bd2ed7872ed4
Author: Felix Geyer <fgeyer at debian.org>
Date: Mon Apr 25 18:52:29 2016 +0200
Enable all hardening build flags.
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 03034af..411533c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ teeworlds (0.6.2+dfsg-3) UNRELEASED; urgency=low
* Make teeworlds-data depend on fonts-dejavu-core instead of ttf-dejavu-core.
(Closes: #709939)
* Drop Debian menu entry.
+ * Enable all hardening build flags.
-- Felix Geyer <fgeyer at debian.org> Sun, 23 Nov 2014 17:07:58 +0100
diff --git a/debian/rules b/debian/rules
index a0c6038..bed29ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/teeworlds.git
More information about the Pkg-games-commits
mailing list