On Mon, Jan 2, 2012 at 12:33 PM, Jakub Wilk wrote: > * Michael Gilbert 2012-01-02, 11:22: >> >> diff -u wine-1.0.1/debian/rules wine-1.0.1/debian/rules >> --- wine-1.0.1/debian/rules >> +++ wine-1.0.1/debian/rules >> @@ -13,6 +13,7 @@ >> else >> CFLAGS=-O2 -g >> endif >> +CFLAGS+=-I/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) >> LDFLAGS= > > > That would be DEB_HOST_MULTIARCH, if anything.
Thanks for the correction. > How about adding gcc-multilib do Build-Depends instead? Agreed, that's a much cleaner/better solution. Attached is a revised patch. Thanks for the pointers! Best wishes, Mike
diff -u wine-1.0.1/debian/changelog wine-1.0.1/debian/changelog --- wine-1.0.1/debian/changelog +++ wine-1.0.1/debian/changelog @@ -1,3 +1,10 @@ +wine (1.0.1-3.5) unstable; urgency=low + + * Non-maintainer upload. + * Build-depend on gcc-multilib (closes: #650654). + + -- Michael Gilbert <michael.s.gilb...@gmail.com> Mon, 02 Jan 2012 07:41:47 -0500 + wine (1.0.1-3.4) unstable; urgency=low * Non-maintainer upload. diff -u wine-1.0.1/debian/control wine-1.0.1/debian/control --- wine-1.0.1/debian/control +++ wine-1.0.1/debian/control @@ -30,7 +30,8 @@ ia32-libs (>= 1.19) [amd64 kfreebsd-amd64], ia32-libs-dev [amd64 kfreebsd-amd64], lib32ncurses5-dev [amd64 kfreebsd-amd64], lib32asound2-dev [amd64], - lib32z1-dev [amd64 kfreebsd-amd64] + lib32z1-dev [amd64 kfreebsd-amd64], + gcc-multilib Standards-Version: 3.7.3 Homepage: http://www.winehq.org/ Vcs-Browser: http://git.debian.org/?p=pkg-wine/wine.git