From c3ea9637ddccf5bc485529a7870d1a404d684c93 Mon Sep 17 00:00:00 2001 From: ArseniyShestakov Date: Fri, 3 Apr 2015 04:54:12 +0300 Subject: [PATCH] Debian: change rules to use SDL2 and update changelog for 0.98 --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b48bced8f..e0b507a89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ vcmi (0.98) trusty; urgency=medium * New upstream release + * Now built with SDL2 -- Ivan Savenko Wed, 01 Apr 2015 22:57:38 +0200 diff --git a/debian/control b/debian/control index 24edc3afd..a7e2cf5b3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vcmi Section: games Priority: optional Maintainer: Ivan Savenko -Build-Depends: debhelper (>= 8), cmake, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev (>= 1.2.8), zlib1g-dev, libavformat-dev, libswscale-dev, libboost-dev (>=1.48), libboost-program-options-dev (>=1.48), libboost-filesystem-dev (>=1.48), libboost-system-dev (>=1.48), libboost-locale-dev (>=1.48), libboost-thread-dev (>=1.48), qtbase5-dev +Build-Depends: debhelper (>= 8), cmake, libsdl2-dev, libsdl2-image-dev, libsdl2-ttf-dev, libsdl2-mixer-dev, zlib1g-dev, libavformat-dev, libswscale-dev, libboost-dev (>=1.48), libboost-program-options-dev (>=1.48), libboost-filesystem-dev (>=1.48), libboost-system-dev (>=1.48), libboost-locale-dev (>=1.48), libboost-thread-dev (>=1.48), qtbase5-dev Standards-Version: 3.9.1 Homepage: http://vcmi.eu Vcs-Git: git://github.com/vcmi/vcmi.git diff --git a/debian/rules b/debian/rules index 0cb46f89d..f3b8dfbc6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ # override disabled by default rpath - we need to find libvcmi.so with it: override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_SDL2=OFF -DBIN_DIR=games + dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games .PHONY: override_dh_strip override_dh_strip: dh_strip --dbg-package=vcmi-dbg