This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit ccfe4b6a450921c819f8e9397f79613d3746466e Author: James Cowgill <[email protected]> Date: Sun Oct 26 21:52:07 2014 +0000 Adjust build dependencies * Use one space indentation for consistency * Drop libwxgtk2.9-dev dependency * Drop libsfml-dev << 2.2 dependency - Yes the ABI will break but the API should be compatible in 2.2 --- debian/control | 65 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/debian/control b/debian/control index 2abdcb0..a492032 100644 --- a/debian/control +++ b/debian/control @@ -5,38 +5,39 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Brandon Barnes <[email protected]>, James Cowgill <[email protected]> -Build-Depends: debhelper (>= 9), - cmake (>= 2.6), - dpkg-dev (>= 1.17.0), - libao-dev, - libasound2-dev, - libavcodec-dev (>= 6:0.8.6), - libavformat-dev (>= 6:0.8.6), - libavutil-dev (>= 6:0.8.6), - libbluetooth-dev, - libglew-dev (>= 1.7), - libgtk2.0-dev, - liblzo2-dev, - libminiupnpc-dev (>= 1.5), - libopenal-dev, - libpolarssl-dev (>= 1.3), - libpulse-dev, - libreadline6-dev, - libsdl1.2-dev, - libsfml-dev (>= 2.1), libsfml-dev (<< 2.2), - libsoil-dev, - libsoundtouch-dev, - libswscale-dev (>= 6:0.8.6), - libwxgtk3.0-dev | libwxgtk2.9-dev (>= 2.9.3), - libxext-dev, - libxi-dev (>= 1.5), - libxrandr-dev, - libusb-1.0-0-dev, - lsb-release, - opencl-headers, - pkg-config, - portaudio19-dev, - zlib1g-dev +Build-Depends: + debhelper (>= 9), + cmake (>= 2.6), + dpkg-dev (>= 1.17.0), + libao-dev, + libasound2-dev, + libavcodec-dev (>= 6:0.8.6), + libavformat-dev (>= 6:0.8.6), + libavutil-dev (>= 6:0.8.6), + libbluetooth-dev, + libglew-dev (>= 1.7), + libgtk2.0-dev, + liblzo2-dev, + libminiupnpc-dev (>= 1.5), + libopenal-dev, + libpolarssl-dev (>= 1.3), + libpulse-dev, + libreadline6-dev, + libsdl1.2-dev, + libsfml-dev (>= 2.1), + libsoil-dev, + libsoundtouch-dev, + libswscale-dev (>= 6:0.8.6), + libwxgtk3.0-dev, + libxext-dev, + libxi-dev (>= 1.5), + libxrandr-dev, + libusb-1.0-0-dev, + lsb-release, + opencl-headers, + pkg-config, + portaudio19-dev, + zlib1g-dev Standards-Version: 3.9.4 Homepage: http://dolphin-emu.org/ #Vcs-Git: git://git.debian.org/collab-maint/dolphin-emu.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

