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

Changelog

kbuild (1:0.1.9998svn3589+dfsg-1~build1) lunar; urgency=medium

  * Lunar upload

 -- Gianfranco Costamagna <email address hidden>  Wed, 19 Apr 2023 13:38:59 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.9998svn3589+dfsg.orig.tar.gz 5.9 MiB d5576d97fe01f93eb222f73b9a4cd64cbf18de44509a6c3f561cb2782d40f508
kbuild_0.1.9998svn3589+dfsg-1~build1.debian.tar.xz 12.3 KiB 8360ecab95a94c42a3c2ae4607fbd36d13b54e3ed48feb1ef8f98177b39ce8dd
kbuild_0.1.9998svn3589+dfsg-1~build1.dsc 2.1 KiB dbd882d8de48ec3a4c224fa7c81af428b146ec17c7281586e0ac367d2763545f

View changes file

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