This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository minetest-v04x.
commit 514393f97222a87e132005039a3717cdc2185029 Author: Markus Koschany <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

