[Pkg-crosswire-commits] [sword] 01/01: simplifying d/rules

Dominique Corbex domcox-guest at moszumanska.debian.org
Sun May 28 20:42:12 UTC 2017


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

domcox-guest pushed a commit to branch master
in repository sword.

commit 25fd44c867e7ac6586b563450197c9db8cf3b6ff
Author: Dominique Corbex <dominique at corbex.org>
Date:   Sun May 28 22:44:25 2017 +0200

    simplifying d/rules
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index b21fc51..ccce84d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,8 @@ bd :=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 WFLAGS   := -Wall
-DEB_BUILD_MAINT_OPTIONS=hardening=+all
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-CFLAGS+=$(CPPFLAGS) $(WFLAGS)
-CXXFLAGS+=$(CPPFLAGS) $(WFLAGS)
+# Hardening
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ --with autoreconf

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



More information about the Pkg-crosswire-commits mailing list