[minetest-v04x] 02/02: Remove quotation marks from DEB_BUILD_MAIN_OPTIONS value.

Markus Koschany apo at moszumanska.debian.org
Fri May 27 18:27:27 UTC 2016


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

apo pushed a commit to branch jessie-backports
in repository minetest-v04x.

commit b07a2275c801c7a67e7512ec025040a6de11f67e
Author: Markus Koschany <apo at debian.org>
Date:   Fri May 27 20:07:18 2016 +0200

    Remove quotation marks from DEB_BUILD_MAIN_OPTIONS value.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 787da77..cd5d459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ tmpdir:=$(shell mktemp -d)
 wrkdir:=$(shell pwd)
 
 # build-hardening flags
-export DEB_BUILD_MAINT_OPTIONS="hardening=+all"
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # file names
 sources=$(shell find . -name *.cpp)

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



More information about the Pkg-games-commits mailing list