[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#650654: wine: FTBFS on amd64: asm/errno.h: No such file or directory



Here is a new patch that fixes the lintian autoreject as well.

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,11 @@
+wine (1.0.1-3.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on gcc-multilib (closes: bug #650654).
+  * Fix statically-linked-binary wine-preloader lintian override.
+
+ -- Michael Gilbert <michael.s.gilbert@gmail.com>  Sun, 01 Jan 2012 13:01:50 -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
diff -u wine-1.0.1/debian/libwine.lintian-overrides wine-1.0.1/debian/libwine.lintian-overrides
--- wine-1.0.1/debian/libwine.lintian-overrides
+++ wine-1.0.1/debian/libwine.lintian-overrides
@@ -1,5 +1,5 @@
 # the preloader is a self-contained binary on purpose
-libwine binary: statically-linked-binary ./usr/lib/wine/wine-preloader
+libwine binary: statically-linked-binary usr/lib/wine/wine-preloader
 # specially linked binaries, leaving them unstripped for now,
 # as dh_strip is currently unable to handle them properly
 libwine binary: unstripped-binary-or-object ./usr/lib/wine/wine-preloader

Reply to: