This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch devel in repository wesnoth.
commit 37a6318a0b7008548be14116d585eae6cf96e145 Author: Vincent Cheng <[email protected]> Date: Tue Apr 5 21:28:12 2016 -0700 build against SDL 2 by default --- debian/changelog | 4 ++++ debian/control | 6 +++--- debian/control.in | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index afe3d76..ebe7d9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ wesnoth-1.13 (1:1.13.4-1) experimental; urgency=medium * New upstream devel release. + - Build against SDL 2 by default. Remove SDL 1.2 build-deps and add + build-deps: libsdl2-image-dev (>= 2.0.0), libsdl2-mixer-dev (>= 2.0.0), + libsdl2-net-dev (>= 2.0.0), libsdl2-ttf-dev (>= 2.0.8), + libsdl2-dev (>= 2.0.2). - Refresh patches. * Bump to Standards-Version 3.9.7. diff --git a/debian/control b/debian/control index 4a0432e..32cc45e 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: wesnoth-1.13 Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Build-Depends: debhelper (>= 7), libsdl-image1.2-dev, libfreetype6-dev, - libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev, - libsdl-ttf2.0-dev (>= 2.0.8), libdbus-1-dev, +Build-Depends: debhelper (>= 7), libsdl2-image-dev (>= 2.0.0), libfreetype6-dev, + libsdl2-mixer-dev (>= 2.0.0), libsdl2-net-dev (>= 2.0.0), libfribidi-dev, + libsdl2-ttf-dev (>= 2.0.8), libsdl2-dev (>= 2.0.2), libdbus-1-dev, libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-thread-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev, diff --git a/debian/control.in b/debian/control.in index 442b47e..0efd3b4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,9 +2,9 @@ Source: wesnoth-BRANCH Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Build-Depends: debhelper (>= 7), libsdl-image1.2-dev, libfreetype6-dev, - libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev, - libsdl-ttf2.0-dev (>= 2.0.8), libdbus-1-dev, +Build-Depends: debhelper (>= 7), libsdl2-image-dev (>= 2.0.0), libfreetype6-dev, + libsdl2-mixer-dev (>= 2.0.0), libsdl2-net-dev (>= 2.0.0), libfribidi-dev, + libsdl2-ttf-dev (>= 2.0.8), libsdl2-dev (>= 2.0.2), libdbus-1-dev, libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-thread-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

