Source: equivs Version: 2.0.9 Severity: normal Tags: patch User: [email protected] Usertag: multiarch
The original patch in this bugrep added the Multi-Arch: field to the wrong stanza of the control file. Attached is a corrected patch. -- System Information: Debian Release: 6.0.7 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
Description: Mark package Multi-Arch: foreign Author: Wookey <[email protected]> diff -Nru equivs-2.0.9+multiarch1/debian/control equivs-2.0.9+multiarch2/debian/control --- equivs-2.0.9+multiarch1/debian/control 2013-02-25 12:40:18.000000000 +0000 +++ equivs-2.0.9+multiarch2/debian/control 2013-02-25 12:24:56.000000000 +0000 @@ -8,6 +8,7 @@ Package: equivs Depends: perl, debhelper, dpkg-dev, make, fakeroot, ${misc:Depends} Architecture: all +Multi-Arch: foreign Description: Circumvent Debian package dependencies This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they

