kbuild 1:0.1.9998svn3564+dfsg-1 source package in Ubuntu
Changelog
kbuild (1:0.1.9998svn3564+dfsg-1) unstable; urgency=medium * New upstream version 0.1.9998svn3564+dfsg * Patch refresh * Update compat level to 13 * Bump std-version to 4.6.0 * debian/copyright: add mention of grep sources * debian/copyright: use https for orig source URL -- Gianfranco Costamagna <email address hidden> Thu, 31 Mar 2022 07:56:03 +0200
Upload details
- Uploaded by:
- Debian Virtualbox Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Virtualbox Team
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | devel | |
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
kbuild_0.1.9998svn3564+dfsg-1.dsc | 2.1 KiB | 38cacea7f2eb5484806a653acabbc30a8b1fc84b9601dca2b70baad40939e9f5 |
kbuild_0.1.9998svn3564+dfsg.orig.tar.gz | 5.9 MiB | 386736afabcf72e4664148d8d5e14bf683c63ea0dfb3efef015033d8c35ac771 |
kbuild_0.1.9998svn3564+dfsg-1.debian.tar.xz | 12.1 KiB | 364f559f50036492ea27e7cad82191200be96fa55f633dab8433e1ebd21807c6 |
Available diffs
No changes file available.
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 kbuild