Hi,

Quoting Daniel Gröber (2025-03-18 14:52:38)
> > could you please either press the respective button in the salsa gitlab web
> > thing or locally run "glab mr create --fill ..." to create a merge request
> > with your changes?
> Sure, I just didn't want to fracture the discussion right from the start. One
> can never be sure what maintainers are actually reading in Debian ;-).

that's true! In this case I think either communication channel works just fine.
We can also do email but then having the patch attached would help. :)

I'll leave it up to you and Jakob to decide how to figure this out.

> > I've put Jakob Haufe in CC. Jakob is the schroot maintainer and will then
> > press the merge button.
> > 
> > Please also note, that we are in the process of deprecating the
> > sbuild-debian-developer-setup package:
> > https://salsa.debian.org/debian/sbuild/-/merge_requests/147
> Hmm. What's the replacement? unshare? I basically just need some recipe I can
> give to Debian newbies.

This is what you give to newbies:

    $ sudo apt install sbuild mmdebstrap
    $ sbuild --chroot-mode=unshare hello

That's it. No setup. If you want to make things more permanent, you can add
this into ~/.sbuildrc or ~/.config/sbuild/config.pl:

    $chroot_mode = 'unshare';
    $unshare_mmdebstrap_keep_tarball = 1;

That is also pretty much my own configuration. The only other settings I have
are for setting up autopkgtest and piuparts but that's a different story.

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to