This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository prboom+.
commit d373f1e37a5e84119ec03ebc58d713349be4e65b Author: Fabian Greffrath <[email protected]> Date: Sun Jan 24 17:42:22 2016 +0100 Restrict Build-Depends on libportmidi-dev to [linux-any] --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e05f611..4ca500f 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libmad0-dev, libpcre3-dev, libpng-dev, - libportmidi-dev, + libportmidi-dev [linux-any], libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.6), libsdl-net1.2-dev (>= 1.2.5), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/prboom+.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

