howto build debian kernel from salsa apt update && apt install git vim build-essential kernel-wedge python3 python3-debian rsync apt build-dep linux git clone https://salsa.debian.org/kernel-team/linux cd linux git checkout -f $tag git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git tit remote update ./debian/bin/genorig.py . ./debian/rules orig ./debian/rules debian/control make -f ./debian/rules.gen binary-arch_amd64 binary-indep -j48