kernel-package 13.014+nmu3 source package in Ubuntu

Changelog

kernel-package (13.014+nmu3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix the install device-tree rule by dtbs_install (Closes: #804518)
  * Include patches to support s390x (Closes: #751928)

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Wed, 18 Nov 2015 12:27:43 +0800

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
all
Section:
kernel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kernel-package_13.014+nmu3.dsc 1.7 KiB c66f6a9bafe58ef0217a8bff5fb1b39f8e55db0318f409cc650fd10ac4a63b50
kernel-package_13.014+nmu3.tar.xz 313.0 KiB 82b14537373c3f53ba21d6749f2ef91d85cf2b86e287aead4e28a96e9e394c95

Available diffs

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.