This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch wip/flatpak-app in repository ioquake3.
commit 669dd701b006e9763e78110f98f6f2c8bc945526 Author: Simon McVittie <[email protected]> Date: Thu Jul 27 08:23:50 2017 +0100 Don't set DEFAULT_BASEDIR This makes ioquake3 set it at runtime from argv[0], making it relocatable, which is useful when building it into a Flatpak app. --- debian/changelog | 8 ++++++++ debian/rules | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f6bef4b..6eb3127 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ioquake3 (1.36+u20170720+dfsg1-2) UNRELEASED; urgency=medium + + * Don't set DEFAULT_BASEDIR. This makes ioquake3 set it at runtime + from argv[0], making it relocatable, which is useful when building + it into a Flatpak app. + + -- Simon McVittie <[email protected]> Thu, 27 Jul 2017 08:22:35 +0100 + ioquake3 (1.36+u20170720+dfsg1-1) unstable; urgency=medium * New upstream snapshot diff --git a/debian/rules b/debian/rules index 84d6282..6e79d2d 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,6 @@ OPTIONS := \ 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) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

