Tried .... Now I am trying to build the new version and obviously it fails on the checksums. When you try with the kernel in debian/bin there's a gen<something>.py command that does it. How do you update the checksums ?
Thanks again .... :) On Tue, 2023-03-28 at 15:20 +0200, Andreas Beckmann wrote: > On 28/03/2023 11.24, Renato Gallo wrote: > > I am mainly blaming myself, and I would be grateful if you > > can give me a hint about what am I missing. > > You should start with rebuilding the package that is in the archive - > that obviously works for me and the buildds ;-) > This should help to separate errors on your side (please take no > offense > here, the documentation for working with these packages is likely > bad, > incomplete and outdated (patches welcome!), so its unfortunately hard > for outsiders to get the workflow running) from problems caused by > possible upstream layout changes ... > > Which packaging code did you base your work on? Branch 530 in git? (I > hope I pushed that after uploading the beta packages.) > > I only build these packages with gbp (git-buildpackage) backed by > pbuilder, but sbuild should work as well. I never used debuild (or > dpkg-buildpackage) directly on them. > > Just tried in a chroot with build-essential and devscripts installed: > > # apt-get build-dep nvidia-graphics-drivers > # su -s /bin/bash - nobody > $ cd /tmp > $ apt-get source nvidia-graphics-drivers > $ cd nvidia-graphics-drivers-530.30.02/ > $ dch foo > $ debuild > > and I got ../nvidia-graphics-drivers_530.30.02-1.1_amd64.changes > > Andreas