Package: dh-autoreconf Severity: important Version: 5 User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch Tags: patch
Hi, For cross-compiling with multi-arch, we need to set up Multi-Arch: foreign for Arch: all packages. This slightly counter-intuitive is explained at https://wiki.ubuntu.com/MultiarchSpec#Dependencies_involving_Architecture:_all_packages But the crux is the we need he multi-arch foreign field so that apt knows that it can use foreign for packages for dh-autoreconf dependencies, specifically perl. Riku
diff -Nru dh-autoreconf-5/debian/control dh-autoreconf-5ubuntu1/debian/control --- dh-autoreconf-5/debian/control 2011-06-14 20:58:39.000000000 +0300 +++ dh-autoreconf-5ubuntu1/debian/control 2012-02-07 01:44:59.000000000 +0200 @@ -9,6 +9,7 @@ Package: dh-autoreconf Architecture: all +Multi-Arch: foreign Depends: ${perl:Depends}, ${misc:Depends}, debhelper, autoconf, automake | automaken, libtool Enhances: debhelper, cdbs