[ace-of-penguins] 90/141: 1.3-9 enable all hardening flags
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Jan 6 13:55:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository ace-of-penguins.
commit 9e76fb568c6ddeabb56d9cd0d8a878719f5c7c0e
Author: Jari Aalto <jari.aalto at cante.net>
Date: Thu Mar 22 12:37:11 2012 -0400
1.3-9 enable all hardening flags
Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
debian/changelog | 10 ++++++++++
debian/control | 2 +-
debian/rules | 4 +++-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0570e25..1d57a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ace-of-penguins (1.3-9) unstable; urgency=low
+
+ * debian/control
+ - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
+ - (standards-Version): Update to 3.9.3.1.
+ * debian/rules
+ - Enable all hardening flags.
+
+ -- Jari Aalto <jari.aalto at cante.net> Thu, 22 Mar 2012 12:24:25 -0400
+
ace-of-penguins (1.3-8) unstable; urgency=low
* debian/control
diff --git a/debian/control b/debian/control
index 07e7a3c..2896b8c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ace-of-penguins
Section: games
Priority: optional
Maintainer: Jari Aalto <jari.aalto at cante.net>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), autotools-dev, libpng-dev, libx11-dev, libxpm-dev, zlib1g-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libpng-dev, libx11-dev, libxpm-dev, zlib1g-dev
Standards-Version: 3.9.3.1
Vcs-Browser: http://git.debian.org/?p=collab-maint/ace-of-penguins.git
Vcs-Git: git://git.debian.org/collab-maint/ace-of-penguins.git
diff --git a/debian/rules b/debian/rules
index ad3da1f..1eb6f7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,10 @@ CONFFLAGS = --prefix=/usr --bindir=/usr/games
include debian/debian-vars.mk
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
# NOTE: The sources won't compile with -pedantic
-export DEB_CFLAGS_MAINT_APPEND = -Wall
+export DEB_CFLAGS_MAINT_APPEND = -Wall $(CPPFLAGS)
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
MANDIR = $(MANROOTDIR)/man6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git
More information about the Pkg-games-commits
mailing list