Source: fdupes Version: 1.50-PR2-4 Severity: normal Tags: patch User: [email protected] Usertag: multiarch
For cross-dependencies to work properly under multiarch this package needs to be marked Multi-Arch: foreign so that it can satisfy a build-dependency for any architecture. See http://wiki.debian.org/Multiarch/CrossDependencies and http://wiki.debian.org/Multiarch/Implementation for explanation and background. This enable both cross-grading between architectures and cross-building. -- System Information: Debian Release: 6.0.6 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32.33-kvm-i386-20111128-dirty (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru fdupes-1.50-PR2/debian/changelog fdupes-1.50-PR2/debian/changelog --- fdupes-1.50-PR2/debian/changelog 2012-06-17 19:46:54.000000000 +0000 +++ fdupes-1.50-PR2/debian/changelog 2012-11-20 17:38:12.000000000 +0000 @@ -1,3 +1,9 @@ +fdupes (1.50-PR2-4ma1) unstable; urgency=low + + * Add Multiarch metadata to allow cross build-dependencies + + -- Wookey <[email protected]> Sun, 18 Nov 2012 01:03:01 +0000 + fdupes (1.50-PR2-4) unstable; urgency=low [ Sandro Tosi ] diff -Nru fdupes-1.50-PR2/debian/control fdupes-1.50-PR2/debian/control --- fdupes-1.50-PR2/debian/control 2012-06-17 19:46:54.000000000 +0000 +++ fdupes-1.50-PR2/debian/control 2012-11-20 17:37:57.000000000 +0000 @@ -11,6 +11,7 @@ Package: fdupes Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: foreign Description: identifies duplicate files within given directories FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful

