Package: tcsh Version: 6.20.00-7 Tags: patch User: helm...@debian.org Usertags: rebootstrap Control: affects -1 + src:magic
magic fails to cross build from source, because it resorts to running a csh script with dash as it cannot run tcsh. This is due to tcsh being installed for the host architecture. Like other shells (bash, csh, dash), tcsh should be marked Multi-Arch: foreign. Please consider applying the attached patch. Helmut
diff -u tcsh-6.20.00/debian/changelog tcsh-6.20.00/debian/changelog --- tcsh-6.20.00/debian/changelog +++ tcsh-6.20.00/debian/changelog @@ -1,3 +1,10 @@ +tcsh (6.20.00-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark tcsh Multi-Arch: foreign, Closes: #-1 + + -- Helmut Grohne <hel...@subdivi.de> Sat, 22 Dec 2018 11:57:51 +0100 + tcsh (6.20.00-7) unstable; urgency=high * postrm: remove symlink, not executable, Closes: #852117 diff -u tcsh-6.20.00/debian/control tcsh-6.20.00/debian/control --- tcsh-6.20.00/debian/control +++ tcsh-6.20.00/debian/control @@ -10,6 +10,7 @@ Package: tcsh Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Provides: c-shell Description: TENEX C Shell, an enhanced version of Berkeley csh