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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 76a29a24cd7dff7a0e57bf0b5572d3b55476d50e
Author: Simon McVittie <s...@debian.org>
Date:   Wed Sep 21 11:20:29 2016 +0100

    debian/rules: re-indent options
---
 debian/changelog |  1 +
 debian/rules     | 50 +++++++++++++++++++++++++-------------------------
 2 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 92eb54f..f8bc6fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ioquake3 (1.36+u20160914+dfsg1-1) UNRELEASED; urgency=medium
   * Bump debhelper compat level to 10
     - don't explicitly do a parallel build, it is the default
   * debian/rules: mark get-orig-source as a phony target
+  * debian/rules: re-indent options
 
  -- Simon McVittie <s...@debian.org>  Wed, 21 Sep 2016 10:21:52 +0100
 
diff --git a/debian/rules b/debian/rules
index 5919204..7009f59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,31 +25,31 @@ TARGET = debug
 endif
 
 OPTIONS := \
-               BR=build \
-               BD=build \
-               V=1 \
-               USE_CODEC_OPUS=1 \
-               USE_CODEC_VORBIS=1 \
-               USE_CURL=1 \
-               USE_CURL_DLOPEN=0 \
-               USE_INTERNAL_LIBS=0 \
-               USE_LOCAL_HEADERS=0 \
-               USE_OPENAL=1 \
-               USE_OPENAL_DLOPEN=0 \
-               USE_VOIP=1 \
-               $(shell $(CURDIR)/debian/q3arch make ${DEB_HOST_GNU_CPU} 
${DEB_HOST_GNU_SYSTEM}) \
-               BUILD_CLIENT_SMP=1 \
-               DEFAULT_BASEDIR=/usr/lib/ioquake3 \
-               BUILD_GAME_SO=1 \
-               BUILD_GAME_QVM=0 \
-               VERSION=$(DEB_VERSION)/$(DEB_VENDOR) \
-               CFLAGS='$(filter-out -fPIE -pie,$(CFLAGS)) $(CPPFLAGS)' \
-               NOTSHLIBCFLAGS='$(filter -fPIE -pie,$(CFLAGS))' \
-               LDFLAGS='$(filter-out -fPIE -pie,$(LDFLAGS))' \
-               NOTSHLIBLDFLAGS='$(filter -fPIE -pie,$(LDFLAGS))' \
-               FULLBINEXT="" \
-               NO_STRIP=1 \
-               $(NULL)
+       BR=build \
+       BD=build \
+       V=1 \
+       USE_CODEC_OPUS=1 \
+       USE_CODEC_VORBIS=1 \
+       USE_CURL=1 \
+       USE_CURL_DLOPEN=0 \
+       USE_INTERNAL_LIBS=0 \
+       USE_LOCAL_HEADERS=0 \
+       USE_OPENAL=1 \
+       USE_OPENAL_DLOPEN=0 \
+       USE_VOIP=1 \
+       $(shell $(CURDIR)/debian/q3arch make ${DEB_HOST_GNU_CPU} 
${DEB_HOST_GNU_SYSTEM}) \
+       BUILD_CLIENT_SMP=1 \
+       DEFAULT_BASEDIR=/usr/lib/ioquake3 \
+       BUILD_GAME_SO=1 \
+       BUILD_GAME_QVM=0 \
+       VERSION=$(DEB_VERSION)/$(DEB_VENDOR) \
+       CFLAGS='$(filter-out -fPIE -pie,$(CFLAGS)) $(CPPFLAGS)' \
+       NOTSHLIBCFLAGS='$(filter -fPIE -pie,$(CFLAGS))' \
+       LDFLAGS='$(filter-out -fPIE -pie,$(LDFLAGS))' \
+       NOTSHLIBLDFLAGS='$(filter -fPIE -pie,$(LDFLAGS))' \
+       FULLBINEXT="" \
+       NO_STRIP=1 \
+       $(NULL)
 
 override_dh_auto_build:
        dh_auto_build -- $(OPTIONS) $(TARGET)

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to