Package: rdfind Version: 1.3.4-1 Severity: normal Tags: patch User: [email protected] Usertags: rebootstrap
When cross building eglibc I get the following error: dpkg-checkbuilddeps: Unmet build dependencies: rdfind ... I get this error even though rdfind is installed and the desired version (build architecture) is installed. The dependency is not fulfilled, because rdfind lacks the Multi-Arch: foreign declaration. Please consider the attached patch. Helmut
diff -Nru rdfind-1.3.4/debian/changelog rdfind-1.3.4/debian/changelog --- rdfind-1.3.4/debian/changelog 2013-06-20 13:07:33.000000000 +0200 +++ rdfind-1.3.4/debian/changelog 2014-04-17 16:43:58.000000000 +0200 @@ -1,3 +1,10 @@ +rdfind (1.3.4-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Mark package as Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 17 Apr 2014 16:43:19 +0200 + rdfind (1.3.4-1) unstable; urgency=low * Imported Upstream version 1.3.4 diff -Nru rdfind-1.3.4/debian/control rdfind-1.3.4/debian/control --- rdfind-1.3.4/debian/control 2013-06-20 13:07:33.000000000 +0200 +++ rdfind-1.3.4/debian/control 2014-04-17 16:43:45.000000000 +0200 @@ -12,6 +12,7 @@ Package: rdfind Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Description: find duplicate files utility rdfind is a program to find duplicate files and optionally list, delete them or replace them with symlinks or hard links. It is a command

