[cookietool] 05/08: Remove hardening-includes build-dependency.

Markus Koschany apo at moszumanska.debian.org
Thu Sep 15 18:56:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository cookietool.

commit 980ce8d4a65af33e51394fce3ba18d511b6ea014
Author: Markus Koschany <apo at debian.org>
Date:   Thu Sep 15 20:37:58 2016 +0200

    Remove hardening-includes build-dependency.
    
    Closes: #836752
---
 debian/control | 2 +-
 debian/rules   | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0b844ed..cfc7760 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: cookietool
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.15.7~), hardening-includes
+Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.15.7~)
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index bcf1698..36911ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS)))
 	CFLAGS+=	-Werror
 endif
 
-include /usr/share/hardening-includes/hardening.make
-
 ifeq (,$(filter nohardening,$(DEB_BUILD_OPTIONS)))
 CFLAGS+=	$(HARDENING_CFLAGS)
 LDFLAGS+=	$(HARDENING_LDFLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cookietool.git



More information about the Pkg-games-commits mailing list