Autor: aitor Datum: To: dng Betreff: Re: [DNG] I understand why a lot of people don't help or report
issues.
Hi ken,
On 12/8/23 15:14, Ken Dibble wrote:
> Upgraded to kernel image 5.10.0-25 (5.10.179-5) from 5.10.0-23 (5.10.179-3).
In order to download the source of the kernel with apt, type:
$ apt-get source linux
and you'll get the most recent version in debian buster, that is:
- linux_5.10.179.orig.tar.gz
together with the debian tarball:
- linux_5.10.179-5.debian.tar.xz
The latter contains the `Changelog` detailing the differences between 5.10.179-5
and 5.10.179-3. Changes affecting the source are applied via quilt patches, in
a way that the source tarball remains constant (5.10.178) increasing the debian
branch instead (from 3 to 5).