kbuild 1:0.1.9998svn3604+dfsg-1 source package in Ubuntu

Changelog

kbuild (1:0.1.9998svn3604+dfsg-1) unstable; urgency=medium

  * Update copyright years
  * New upstream version 0.1.9998svn3604+dfsg

 -- Gianfranco Costamagna <email address hidden>  Thu, 28 Mar 2024 21:22:54 +0100

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 Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn3604+dfsg-1.dsc 2.1 KiB 3ff1d52caa1b11de5292c0cd9e8dca40c56002af64f6046c9ac706e8ddb1cbad
kbuild_0.1.9998svn3604+dfsg.orig.tar.gz 5.9 MiB d71820c6ee9f47a145e7a7baf8bf865b1b0f5a9d118a1f98b06f181442b9fb7a
kbuild_0.1.9998svn3604+dfsg-1.debian.tar.xz 12.8 KiB 9009f273111bd564f5b0c06b3ffef9e92d35c544da9239f16c4692e6871dc9bd

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