kbuild 1:0.1.9998svn2814+dfsg-2~ubuntu16.04.1 source package in Ubuntu

Changelog

kbuild (1:0.1.9998svn2814+dfsg-2~ubuntu16.04.1) xenial; urgency=medium

  * SRU to xenial, to make virtualbox 5.1 build correctly
  * New upstream version 5.1.32-dfsg
    LP: #1746316 -> security patches for spectre and meltdown
    LP: #1736116 -> freeze with kernel >= 4.13

 -- Gianfranco Costamagna <email address hidden>  Fri, 02 Feb 2018 14:51:36 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Xenial
Original maintainer:
Debian Virtualbox Team
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe devel

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn2814+dfsg.orig.tar.gz 2.4 MiB a799fc6b29b6dbcfab2dfc92506d9013bcbc5ca913e7dd2b087dcb46d95cc065
kbuild_0.1.9998svn2814+dfsg-2~ubuntu16.04.1.debian.tar.xz 15.6 KiB 564fc4dc7162c63ae00e9968702727e91f931bdbf6db76f1aafa62c163c0a958
kbuild_0.1.9998svn2814+dfsg-2~ubuntu16.04.1.dsc 2.1 KiB cb46de2b6e072023bce50be3f95dbecbdbda1deccc9a65060e582761a3da9cdd

View changes file

Binary packages built by this source

kbuild: framework for writing simple makefiles for complex tasks

 The goals of the kBuild framework:
  - Similar behavior cross all supported platforms.
  - Flexibility, don't create unnecessary restrictions preventing ad-hoc
    solutions.
  - Makefile can very simple to write and maintain.
 .
 There are four concepts being tried out in the current kBuild incaration:
  - One configuration file for a subtree automatically included.
  - Target configuration templates as the primary mechanism for makefile
    simplification.
  - Tools and SDKs for helping out the templates with flexibility.
  - Non-recursive makefile method by using sub-makefiles.
 .
 kBuild does not provide any facilities for checking compiler/library/header
 configurations, that's not in its scope. If this is important for your
 project, check out the autoconf tool in the GNU build system. It is possible
 to use kBuild together with autoconf if you like, but you might just as well
 use the full GNU package.

kbuild-dbgsym: debug symbols for package kbuild

 The goals of the kBuild framework:
  - Similar behavior cross all supported platforms.
  - Flexibility, don't create unnecessary restrictions preventing ad-hoc
    solutions.
  - Makefile can very simple to write and maintain.
 .
 There are four concepts being tried out in the current kBuild incaration:
  - One configuration file for a subtree automatically included.
  - Target configuration templates as the primary mechanism for makefile
    simplification.
  - Tools and SDKs for helping out the templates with flexibility.
  - Non-recursive makefile method by using sub-makefiles.
 .
 kBuild does not provide any facilities for checking compiler/library/header
 configurations, that's not in its scope. If this is important for your
 project, check out the autoconf tool in the GNU build system. It is possible
 to use kBuild together with autoconf if you like, but you might just as well
 use the full GNU package.