<div dir="ltr"><div>First things first Thanks again I will try</div><div>I based my experiment onto the master main git</div><div>what should I clone to be reasonably safe and follow your lead ?</div><div><br></div>On Tue, 28 Mar 2023 15:20:47 +0200 Andreas Beckmann <<a href="mailto:anbe@debian.org">anbe@debian.org</a>> wrote:<br>> On 28/03/2023 11.24, Renato Gallo wrote:<br>> >    I am mainly blaming myself, and I would be grateful if you can give me a hint about what am I missing.<br>> <br>> You should start with rebuilding the package that is in the archive - <br>> that obviously works for me and the buildds ;-)<br>> This should help to separate errors on your side (please take no offense <br>> here, the documentation for working with these packages is likely bad, <br>> incomplete and outdated (patches welcome!), so its unfortunately hard <br>> for outsiders to get the workflow running) from problems caused by <br>> possible upstream layout changes ...<br>> <br>> Which packaging code did you base your work on? Branch 530 in git? (I <br>> hope I pushed that after uploading the beta packages.)<br>> <br>> I only build these packages with gbp (git-buildpackage) backed by <br>> pbuilder, but sbuild should work as well. I never used debuild (or <br>> dpkg-buildpackage) directly on them.<br>> <br>> Just tried in a chroot with build-essential and devscripts installed:<br>> <br>> # apt-get build-dep nvidia-graphics-drivers<br>> # su -s /bin/bash - nobody<br>> $ cd /tmp<br>> $ apt-get source nvidia-graphics-drivers<br>> $ cd nvidia-graphics-drivers-530.30.02/<br>> $ dch foo<br>> $ debuild<br>> <br>> and I got ../nvidia-graphics-drivers_530.30.02-1.1_amd64.changes<br>> <br>> Andreas<br>> <br>> <br></div>