kernel-package 13.018+nmu2 source package in Ubuntu
Changelog
kernel-package (13.018+nmu2) unstable; urgency=medium * Non-maintainer upload * kernel-common: Remove kernel-img.conf(5) and recommend linux-base instead (Closes: #947340; see #925415) * Refresh translation files for removal of kernel-img.conf(5) * debian/control: Point Vcs-{Browser,Git} at Salsa -- Ben Hutchings <email address hidden> Wed, 25 Dec 2019 22:27:29 +0000
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
kernel-package_13.018+nmu2.dsc | 1.6 KiB | a9e1dc8dc5cb1da7a9c974385c9370103dd3a7424697390e3922e6729973ad11 |
kernel-package_13.018+nmu2.tar.xz | 307.6 KiB | a362255b902495a543db766668d3cf8b86808cf98c281d7d24b5c7b2ac99f2f3 |
Available diffs
- diff from 13.018+nmu1 to 13.018+nmu2 (14.4 KiB)
No changes file available.
Binary packages built by this source
- kernel-common: common elements for generated kernel packages
This package provides the common elements that are useful for the
package generated by kernel-package, but which may be installed on
machines that kernel-package is not itself installed on, for instance,
manual pages pertaining to the kernel image packages
.
It also contains example scripts that may be use when installed in
/etc/kernel/*.d directories, to take action when the kernel image or
header packages are installed.
- kernel-package: utility for building Linux kernel related Debian packages
This package provides the capability to create a Debian kernel image
package by just running make-kpkg kernel_image in a kernel source
directory tree. It can also package the relevant kernel headers into
a kernel-headers package. In general, this package is very useful if
you need to create a custom kernel, if, for example, the default
kernel does not support some of your hardware, or you wish a leaner,
meaner kernel. It also scripts the steps that need be taken to
compile the kernel, which is quite convenient (forgetting a crucial
step once was the initial motivation for this package). Please look at
/usr/share/doc/kernel- package/ Rationale for a full list of advantages
of this package.