kbuild 1:0.1.9998svn3489+dfsg-2 source package in Ubuntu

Changelog

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

  * Implement an assert fallback where new kHlpAssertBreakpoint function
    is not implemented

 -- Gianfranco Costamagna <email address hidden>  Tue, 10 Nov 2020 11:22:51 +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

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn3489+dfsg-2.dsc 2.1 KiB 1f4e991ae44033f8ef41f5d93aeafaaba8152d49ae8a6de971a746d8261d9244
kbuild_0.1.9998svn3489+dfsg.orig.tar.gz 3.3 MiB 1756de58934bd5bdffe1430727a9e95d3dee4ef34de67f60efe8aa859c1e3561
kbuild_0.1.9998svn3489+dfsg-2.debian.tar.xz 11.9 KiB 2320cf7276bc81944d4c631a824de0690fb45c246f230d45f5d1927424e12c73

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