[pkg-wine-party] [wine] 01/01: Revert "Move files in /usr/include to arch specific directory."

Jens Reyer jreyer-guest at moszumanska.debian.org
Sun Oct 4 18:38:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit bf54aa2c94636eaf4ca3b50e9e2ca423e1a07226
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Sun Oct 4 20:36:34 2015 +0200

    Revert "Move files in /usr/include to arch specific directory."
    
    This reverts commit c5d3c08e3069435c56606d5eeb2bb9308f449239.
    
    This endianess issue should already be fixed upstream in Wine 1.7.16 by:
    
    commit b8ad360bbdb69593beace414199d5e37bf83f843
    Author: Alexandre Julliard <julliard at winehq.org>
    Date: Thu Apr 3 11:31:59 2014 +0200
        make_xftmpl: Always output data in little-endian format.
    
    Disclaimer: Actual programming is not my field of expertise, thus I can't
    verify if this commit really fixes this. Also I'm not aware of any place
    to check the current MD5 sums on powerpc.
    
    Thanks Michael Gilbert for the hint.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2976587..7be5176 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/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/wine$(VERSION)
+INCDIR=usr/include/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



More information about the pkg-wine-party mailing list