Package: realpath Version: 8.23-4 Tags: patch User: [email protected] Usertags: rebootstrap
realpath currently prevents satisfying cross-Build-Depends of the source packages gcc-4.8 gcc-4.9 gcc-5 gnat-4.9, which all Build-Depends: realpath. The reason for this is that realpath lacks the Multi-Arch: foreign annotation. Please consider adding it. While at it, I suggest to also add that annotation to mktemp. Helmut
diff -u coreutils-8.23/debian/changelog coreutils-8.23/debian/changelog --- coreutils-8.23/debian/changelog +++ coreutils-8.23/debian/changelog @@ -1,3 +1,11 @@ +coreutils (8.23-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark transitional packages realpath and mktemp as Multi-Arch: foreign + (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 17 Jul 2015 19:30:27 +0200 + coreutils (8.23-4) unstable; urgency=low * [33] remove chroot optimization that avoids the actual chroot when diff -u coreutils-8.23/debian/control coreutils-8.23/debian/control --- coreutils-8.23/debian/control +++ coreutils-8.23/debian/control @@ -34,6 +34,7 @@ Priority: extra Section: oldlibs Architecture: all +Multi-Arch: foreign Description: coreutils mktemp transitional package Empty package to facilitate upgrades, can be safely removed. @@ -43,4 +44,5 @@ Section: oldlibs Architecture: all +Multi-Arch: foreign Description: coreutils realpath transitional package Empty package to facilitate upgrades, can be safely removed.

