From bb1542ffad0235b30d688d7583c276db9de0f89a Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Sat, 25 Jul 2015 05:31:40 +0200
Subject: [PATCH] Sbuild::ResolverBase: Correct inaccurate dpkg Multi-Arch
 support comment

---
 lib/Sbuild/ResolverBase.pm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/Sbuild/ResolverBase.pm b/lib/Sbuild/ResolverBase.pm
index 3c66d72..7092e51 100644
--- a/lib/Sbuild/ResolverBase.pm
+++ b/lib/Sbuild/ResolverBase.pm
@@ -202,10 +202,12 @@ sub add_foreign_architecture {
 
     # FIXME - allow for more than one foreign arch
     $session->run_command(
-                          # this is the ubuntu dpkg 1.16.2 interface - we ought to check (or configure) which to use with check_dpkg_version
+                          # This is the Ubuntu dpkg 1.16.0~ubuntuN interface;
+                          # we ought to check (or configure) which to use with
+                          # check_dpkg_version:
                           #	{ COMMAND => ['sh', '-c', 'echo "foreign-architecture ' . $self->get('Host Arch') . '" > /etc/dpkg/dpkg.cfg.d/sbuild'],
                           #	  USER => 'root' });
-                          # This is the Debian dpkg >= 1.16.3 interface
+                          # This is the Debian dpkg >= 1.16.2 interface:
                           { COMMAND => ['dpkg', '--add-architecture', $arch],
                             USER => 'root' });
     if ($?)
-- 
2.5.0.rc2.392.g76e840b

