This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 295422e497b4edecdcb6e975cd3c3e9ee967a09c Author: Jens Reyer <[email protected]> Date: Tue Jan 16 13:39:51 2018 +0100 Restrict v4l support to linux and kfreebsd architectures. libv4l-dev is not available on hurd-i386. --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index 391fa12..b6f4a6d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -39,7 +39,7 @@ Build-Depends: unicode-data (<< 11), libpng-dev, libssl-dev, - libv4l-dev, + libv4l-dev [linux-any kfreebsd-any], libxml2-dev, libgsm1-dev, libjpeg-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
