[game-data-packager] 72/293: reverted to using included libspeex, ftbfs with debian's, need to look into this

Simon McVittie smcv at debian.org
Fri Oct 14 00:11:58 UTC 2016


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

smcv pushed a commit to branch quake
in repository game-data-packager.

commit 3ef78611cf873db4f6ed639f2ebf7a0bdd7e7860
Author: Jack Coulter <jscinoz at gmail.com>
Date:   Sun Jun 29 08:02:55 2008 +0000

    reverted to using included libspeex, ftbfs with debian's, need to look into this
---
 debian/control | 3 +--
 debian/rules   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 2385e32..5c3b31b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: quake3
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter <jscinoz at gmail.com>
-Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev,
- libspeex-dev
+Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/quake3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/quake3/?op=log
 Homepage: http://www.ioquake3.org/
diff --git a/debian/rules b/debian/rules
index c0d8a50..2fae944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,7 @@ build: build-arch
 build-arch: build-arch-stamp
 build-arch-stamp:
 	dh_testdir
-	USE_INTERNAL_SPEEX=0 BUILD_GAME_SO=0 BUILD_GAME_QVM=0 \
-	$(MAKE) $(BUILD_FLAGS) # We should use shared libspeex, so/qvm unneeded
+	BUILD_GAME_SO=0 BUILD_GAME_QVM=0 $(MAKE) $(BUILD_FLAGS) # so/qvm unneeded
 
 clean:
 	dh_testdir

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



More information about the Pkg-games-commits mailing list