Control: tag -1 + patch

Hi,

On Wed, 22 May 2013 20:14:49 +0100 Roger Leigh <[email protected]> wrote:
> On Wed, May 22, 2013 at 08:10:36PM +0200, Christoph Biedl wrote:
> > Christoph Biedl wrote...
> > 
> > > | I: Please specify the correct architecture with --build-arch, or use a 
> > > chroot of the correct architecture
> > 
> > Um, is this just supposed to be "--build=arch"?
> > 
> > If yes, take this as an example how a small typo can create big
> > confusion :)
> 
> Yes, it's definitely --build=$arch.  I'll make sure this typo is fixed for
> the next upload.

it seems that fix never reached unstable :)

I now committed the following patch locally and will push to master soon:

--- a/lib/Sbuild/Build.pm
+++ b/lib/Sbuild/Build.pm
@@ -387,7 +387,7 @@ sub run_chroot_session {
                $self->get_conf('BUILD_ARCH') .
                ") and chroot architecture (" . $chroot_arch .
                ") do not match.  Skipping build.",
-               info => "Please specify the correct architecture with 
--build-arch, or use a chroot of the correct architecture",
+               info => "Please specify the correct architecture with --build, 
or use a chroot of the correct architecture",
                failstage => "create-session");
        }


Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to