* Don't --disable-quesoglc while building a Debian package as that isn't an option to configure anymore

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2798 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-11-11 17:54:46 +00:00
parent c3f5cd3183
commit 8f3ba5029b
2 changed files with 1 additions and 2 deletions

1
debian/changelog vendored
View File

@ -3,7 +3,6 @@ warzone2100 (2.1.0~0.svn2730-0) unstable; urgency=low
* Bump upstream version number for the development branch
- This version is _not_ an official release, just a development
snapshot.
* Disable compilation of QuesoGLC while creating a Debian package
* Don't strip output binaries anymore
-- Giel van Schijndel <muggenhor@gna.org> Mon, 5 Nov 2007 18:30:12 +0100

2
debian/rules vendored
View File

@ -44,7 +44,7 @@ configure:
config.status: configure
dh_testdir
CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --prefix=/usr --bindir=\$${prefix}/games --datadir=\$${prefix}/share/games --mandir=\$${prefix}/share/man --enable-data --disable-quesoglc
CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --prefix=/usr --bindir=\$${prefix}/games --datadir=\$${prefix}/share/games --mandir=\$${prefix}/share/man --enable-data
build: build-stamp