Source: sbuild Version: 0.66.0-4 (This is follow up to bug #764504, which wasn't completely fixed.)
Contents of /etc/sbuild/sbuild.conf depends on the architecture on which this arch:all package was built. This might trigger unnecessary conffile prompts for people who customized the file.
Diff between packages built on i386 and amd64 is attached. -- Jakub Wilk
diff -urN a/sbuild_0.66.0-4_all/etc/sbuild/sbuild.conf b/sbuild_0.66.0-4_all/etc/sbuild/sbuild.conf --- a/sbuild_0.66.0-4_all/etc/sbuild/sbuild.conf 2015-10-15 16:34:24.000000000 +0200 +++ b/sbuild_0.66.0-4_all/etc/sbuild/sbuild.conf 2015-10-15 16:43:05.000000000 +0200 @@ -36,7 +36,7 @@ # BUILD_ARCH # Type: STRING # Build architecture (Arch we are building on). -#$build_arch = 'i386'; +#$build_arch = 'amd64'; # BUILD_ARCH_ALL # Type: BOOL @@ -122,7 +122,7 @@ # HOST_ARCH # Type: STRING # Host architecture (Arch we are building for) -#$host_arch = 'i386'; +#$host_arch = 'amd64'; # PGP_OPTIONS # Type: ARRAY:STRING