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

Changelog

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

  * New upstream version 0.1.9998svn3589+dfsg
  * Update get-orig-source script

 -- Gianfranco Costamagna <email address hidden>  Wed, 19 Apr 2023 13:37:54 +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
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn3589+dfsg-1.dsc 2.1 KiB f915ed3257140f77c55b8bf2815e088cf3b87c59053448e90fa41a999799c6cc
kbuild_0.1.9998svn3589+dfsg.orig.tar.gz 5.9 MiB d5576d97fe01f93eb222f73b9a4cd64cbf18de44509a6c3f561cb2782d40f508
kbuild_0.1.9998svn3589+dfsg-1.debian.tar.xz 12.3 KiB f35dc94b8ab89de1179a447bb1991fb60da04f528392276ae4a45894684996b7

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