r7151 - packages/trunk/nexuiz/debian
Bruno Fuddl-guestquot; Fuddl" Kleinert
fuddl-guest at alioth.debian.org
Thu May 22 14:00:45 UTC 2008
Author: fuddl-guest
Date: 2008-05-22 14:00:45 +0000 (Thu, 22 May 2008)
New Revision: 7151
Modified:
packages/trunk/nexuiz/debian/changelog
packages/trunk/nexuiz/debian/rules
Log:
* build binaries with dpkg default CFLAGS (read: now they're built with -O2)
Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog 2008-05-22 13:57:47 UTC (rev 7150)
+++ packages/trunk/nexuiz/debian/changelog 2008-05-22 14:00:45 UTC (rev 7151)
@@ -18,8 +18,9 @@
from the FAQ (See #477397)
* Switch meta-package build dependency libsdl-dev to real package
libsdl1.2-dev
+ * Make gcc build our binaries with -O2 optimization
- -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Fri, 16 May 2008 12:52:00 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de> Thu, 22 May 2008 15:48:26 +0200
nexuiz (2.4-1) unstable; urgency=low
Modified: packages/trunk/nexuiz/debian/rules
===================================================================
--- packages/trunk/nexuiz/debian/rules 2008-05-22 13:57:47 UTC (rev 7150)
+++ packages/trunk/nexuiz/debian/rules 2008-05-22 14:00:45 UTC (rev 7151)
@@ -6,7 +6,7 @@
build: build-stamp
build-stamp: patch
dh_testdir
- cd darkplaces && $(MAKE) sdl-debug sv-debug
+ $(MAKE) -C darkplaces CFLAGS_DEBUG="$(CFLAGS)" sdl-debug sv-debug
touch build-stamp
clean: clean-patched unpatch
@@ -15,7 +15,7 @@
dh_testroot
rm -f build-stamp configure-stamp
rm -rf debian/tmp
- cd darkplaces && $(MAKE) clean
+ $(MAKE) -C darkplaces clean
dh_clean
install: build
More information about the Pkg-games-commits
mailing list