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

Changelog

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

  * Update VCS fields to salsa.d.o

 -- Gianfranco Costamagna <email address hidden>  Sun, 15 Apr 2018 19:32:02 +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.9998svn3149+dfsg-2.dsc 2.0 KiB f37ad230a94458dffb07f00390a6e737424ac1cf4145daaa5b729258eaf1ba6c
kbuild_0.1.9998svn3149+dfsg.orig.tar.gz 3.1 MiB 0fcdd13dd61cd52f155357f84c1c018a9ea1b2815a94666bb6b87d3ff8c97a1f
kbuild_0.1.9998svn3149+dfsg-2.debian.tar.xz 10.8 KiB 2ef85338ad42635321e5e4b9403b74d3fa5ea632799eb36433d6bf7c7de619d6

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