This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository rbdoom3bfg.
commit 2ced8acea6314cb8a8c0998f01ea5d88e20796c5 Author: Tobias Frost <[email protected]> Date: Sun Dec 11 14:09:34 2016 +0100 Drop libavcodec-*-dev from B-D-alternatives; they are no longer availavble. --- debian/changelog | 6 ++++++ debian/control | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7a873a..4b88ef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rbdoom3bfg (1.1.0~preview3+dfsg+git20160807-3) UNRELEASED; urgency=medium + + * Drop libavcodec-*-dev from B-D-alternatives; they are no longer availavble. + + -- Tobias Frost <[email protected]> Sun, 11 Dec 2016 13:59:37 +0100 + rbdoom3bfg (1.1.0~preview3+dfsg+git20160807-2) unstable; urgency=medium * Disable HDR rendering by default as this can create some graphical diff --git a/debian/control b/debian/control index ed9cb4f..d03610e 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,15 @@ Maintainer: Tobias Frost <[email protected]> Uploaders: Debian Games Team <[email protected]> Build-Depends: cmake, debhelper (>= 10), - libavcodec-dev | libavcodec-ffmpeg-dev, - libavformat-dev | libavformat-ffmpeg-dev, - libavutil-dev | libavutil-ffmpeg-dev, + libavcodec-dev, + libavformat-dev, + libavutil-dev, libglew-dev, libjpeg-dev, libopenal-dev, libpng-dev, libsdl2-dev, - libswscale-dev | libswscale-ffmpeg-dev, + libswscale-dev, rapidjson-dev, zlib1g-dev Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

