This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libsfml.
commit 82ad6a352244bb6b51bf7c784e3e4acd6821d16d Author: James Cowgill <[email protected]> Date: Sat Aug 5 10:33:48 2017 -0400 Build-depend on GCC 7 and update shlibs --- debian/control | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 43d9dec..26d4e81 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Build-Depends: debhelper (>= 10), cmake (>= 2.8.9), doxygen, - g++ (>= 6), + g++ (>= 4:7), libflac-dev, libfreetype6-dev, libgl1-mesa-dev, diff --git a/debian/rules b/debian/rules index 8f93cf3..eaab4ad 100755 --- a/debian/rules +++ b/debian/rules @@ -18,4 +18,6 @@ override_dh_auto_build: override_dh_makeshlibs: # For sf::GlResource::TransitentContextLock added in 2.4.1 dh_makeshlibs -plibsfml-window2.4 -V'libsfml-window2.4 (>= 2.4.1~)' + # For new symbols when compiled with GCC 7 (this version b-depends on GCC 7) + dh_makeshlibs -plibsfml-system2.4 -V'libsfml-system2.4 (>= 2.4.2+dfsg-4~)' dh_makeshlibs --remaining-packages -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

