On 30/3/20 7:06 am, Samuel Thibault wrote: > Damien Zammit, le sam. 28 mars 2020 16:50:41 +1100, a ecrit: >> Then you'll need me to push latest rumpkernel tree so you can build rump libs > > Could you commit the upstream tarballs to the repo as well so I have the > correct version? You can do it by running this inside the debian repo: > > pristine-tar commit rumpkernel_0~20191130-1.orig.tar.bz2 > > (or any other tarball extension) > > and push the pristine-tar branch. > > Samuel >
I don't know if I can do that, I committed an upstream branch, then merged it into master and added patches. I built the package without a tarball, I just used: $ git checkout master $ quilt push -a $ dpkg-buildpackage -nc -us -uc Do your instructions still hold? Damien