This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 9c4ea2d2aab2646291e69e49a918bfc575db37c0 Author: Jens Reyer <[email protected]> Date: Tue Dec 1 23:43:08 2015 +0100 Make build-dependency on unicode-data versioned. tools/make_unicode requires /usr/share/unicode/IndicPositionalCategory.txt, which is only available since unicode-data 8.0-1. Jessie has unicode-data 7.0-2, which lacks this file, so wine FTBFS there. --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index 807af4e..b42dc58 100644 --- a/debian/control.in +++ b/debian/control.in @@ -33,7 +33,7 @@ Build-Depends: sharutils, dctrl-tools, khronos-api, - unicode-data, + unicode-data (>= 8.0-1~), libpng-dev, libssl-dev, libxml2-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
