[cutemaze] 06/06: Hardening added
Dariusz Dwornikowski
tdi-guest at moszumanska.debian.org
Sat Jan 21 13:12:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
tdi-guest pushed a commit to branch master
in repository cutemaze.
commit d3f189bcf8cf4d3e68c6c9b0256f0c9e8771b60e
Author: Dariusz Dwornikowski <dariusz.dwornikowski at cs.put.poznan.pl>
Date: Sat Jan 21 14:11:48 2017 +0100
Hardening added
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 57ce307..b93ef9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ cutemaze (1.2.0-1) unstable; urgency=medium
- no changes needed
* Updated Vcs fields to secure schema
* Updated emails and dates in d/copyright
+ * Added hardening to d/rules
-- Dariusz Dwornikowski <darek at debian.org> Sat, 21 Jan 2017 14:01:55 +0100
diff --git a/debian/rules b/debian/rules
index e3d78d6..1422e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cutemaze.git
More information about the Pkg-games-commits
mailing list