This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit c5d3c08e3069435c56606d5eeb2bb9308f449239 Author: Jens Reyer <[email protected]> Date: Wed Sep 16 01:52:28 2015 +0200 Move files in /usr/include to arch specific directory. Closes in wine (stable): #732968 libwine-dev: arch-dependent file in "Multi-Arch: same" package Debian Policy 9.1.1.4 allows /usr/include/triplet since version 3.9.6.0. A change of libwineVERSION-dev.install is not necessary. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7be5176..2976587 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ VERSION=$(shell dpkg-parsechangelog -S Source | sed s/wine//g) MANDIR=usr/share/man DATDIR=usr/share/wine$(VERSION) -INCDIR=usr/include/wine$(VERSION) +INCDIR=usr/include/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/wine$(VERSION) LIBDIR=usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/wine$(VERSION) # enable verbose build log -- 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
