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

Changelog

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

  * New upstream version 0.1.9998svn3572+dfsg
  * Drop patch revert

 -- Gianfranco Costamagna <email address hidden>  Mon, 24 Oct 2022 12:04:52 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn3572+dfsg-1.dsc 2.1 KiB 171bf8ef326dd93fd50fa67d6c4d9cebf77f0b26ddad51078c91042c25c2dfd7
kbuild_0.1.9998svn3572+dfsg.orig.tar.gz 5.9 MiB a234e80b5ed62e6d053f3e3a2e1368d6f55f7e3dc99bed609d45a5c641ae67b5
kbuild_0.1.9998svn3572+dfsg-1.debian.tar.xz 12.3 KiB 88f280a03afdaaa9704c6253ef82975beb0acc976e58e0d54a0df05bffb4a1bf

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