This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openjk.
commit fb0a97bcb40076fcad3bb9283088f4bf3f52a57f Author: Simon McVittie <[email protected]> Date: Mon Nov 27 11:01:48 2017 +0000 Build-depend on SDL 2.0.7 so we have at least the version bundled by upstream --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c9665d9..c20d66f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openjk (0~20171104~dfsg-2) UNRELEASED; urgency=medium + + * Build-depend on SDL 2.0.7 so we have at least the version bundled + by upstream + + -- Simon McVittie <[email protected]> Mon, 27 Nov 2017 11:01:17 +0000 + openjk (0~20171104~dfsg-1) experimental; urgency=medium * New upstream snapshot diff --git a/debian/control b/debian/control index b210b3f..3b69288 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libboost-test-dev, libjpeg-dev, libpng-dev, - libsdl2-dev (>= 2.0.4), + libsdl2-dev (>= 2.0.7~), zip, Rules-Requires-Root: no Standards-Version: 4.1.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

