Hi,
Le samedi 04 juillet 2026 à 16:21 +0200, Andreas Metzler a écrit :
> On 2026-07-04 Julien Puydt <[email protected]> wrote:
> [...]
> > - my ~/.gbp.conf has:
> > [DEFAULT]
> > pristine-tar = True
> [...]
>
> Hello Julien,
>
> Is this your complete ~/.gbp.conf or are there other settings?
Here are all my configuration files:
~/.gbp.conf is:
[buildpackage]
builder = sbuild
export-dir = /home/jpuydt/Debian/build
[DEFAULT]
pristine-tar = True
~/.gitconfig:
[user]
email = [email protected]
name = Julien Puydt
signingkey = 812EEFD8A3FBA4ACE4DF114B04C53BD7FE030551
[push]
default = simple
[includeIf "gitdir:~/Debian/"]
path = ~/Debian/.gitconfig
[core]
editor = vim
[gpg]
program = gpg
[credential]
helper = cache --timeout=2592000
~/Debian/.gitconfig:
[user]
email = [email protected]
name = Julien Puydt
[url "https://salsa.debian.org/science-team/"]
insteadOf = science:
[url "https://salsa.debian.org/js-team/"]
insteadOf = javascript:
[url "https://salsa.debian.org/games-team/"]
insteadOf = games:
[url "https://salsa.debian.org/math-team/"]
insteadOf = math:
[url "https://salsa.debian.org/ocaml-team/"]
insteadOf = ocaml:
[url "https://salsa.debian.org/python-team/packages/"]
insteadOf = python:
But all of this is moot :
> If you add another user to your system (without copying your ~/home
> ),
> and try as this user, does it work for you?
No, it doesn't -- which is why I think my personal configuration is not
the source of the issue.
BUT:
mmdebstrap --chrooted-customize-hook=bash unstable /dev/null
cd /tmp
apt install git-buildpackage pristine-tar
adduser sbuild
runuser -u sbuild bash
gbp clone https://salsa.debian.org/math-team/eclib
cd eclib
gbp import-orig --uscan
works!
Which is somehow unsurprising since it looks like I'm the only one
having the problem... but doesn't really bring me to a solution.
JP