From 59519edd344b3e9fa7d8f9f768563e8533d3760b Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 27 Oct 2010 16:42:20 +0000 Subject: (svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less. --- os/debian/control | 2 +- os/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/debian') diff --git a/os/debian/control b/os/debian/control index d971a3899..de22a807a 100644 --- a/os/debian/control +++ b/os/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Matthijs Kooijman Uploaders: Jordi Mallach DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzo2-dev +Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev Standards-Version: 3.8.4 Vcs-Browser: http://git.debian.org/?p=collab-maint/openttd.git Vcs-Git: git://git.debian.org/collab-maint/openttd.git diff --git a/os/debian/rules b/os/debian/rules index 5b852fbe1..92056a2bc 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -17,7 +17,7 @@ endif # to be explicit about the dependencies, in case we're not running in a # clean build root. override_dh_auto_configure: - ./configure $(CROSS) --prefix-dir=/usr --install-dir=debian/openttd --without-allegro --with-zlib --with-sdl --with-png --with-freetype --with-fontconfig --with-icu --with-liblzo2 --without-iconv --disable-strip CFLAGS="$(CFLAGS) -g" + ./configure $(CROSS) --prefix-dir=/usr --install-dir=debian/openttd --without-allegro --with-zlib --with-sdl --with-png --with-freetype --with-fontconfig --with-icu --with-liblzo2 --with-lzma --without-iconv --disable-strip CFLAGS="$(CFLAGS) -g" # Do some extra installation override_dh_auto_install: -- cgit v1.2.3-54-g00ecf