Comment 10 for bug 736154

Revision history for this message
Steve Langasek (vorlon) wrote :

@@ -18,9 +19,9 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, dpkg-dev (>= 1.14.7),
  libconfig-auto-perl, libdebian-dpkgcross-perl (= ${source:Version})
-Recommends: fakeroot
-Suggests: binutils-multiarch
-Breaks: debhelper (<< 8.1.2~)
+Recommends: fakeroot, binutils-multiarch
+Conflicts: apt-cross (<< 0.2.9), emdebian-tools (<< 0.3.9)
+Enhances: dpkg-dev
 Description: tools for cross compiling Debian packages
  dpkg-cross is a tool for installing libraries and headers from
  packages which have not been converted for Multi-Arch to support

I think this is probably a mis-merge; we had dropped binutils-multiarch from a Depends to a Recommends, upstream now dropped it from Depends to Suggests and we had no other changes to debian/control. So I think we want to take the upstream changes. I'll fix this as part of the merge.