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

Changelog

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

  * New upstream snapshot, fixing x32 build 

 -- Gianfranco Costamagna <email address hidden>  Wed, 22 Nov 2017 09:53:16 +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.9998svn3126+dfsg-1.dsc 2.0 KiB 62b847f9c32904beb0b9a8c5af7270c39cc0689d35fb5e097fe9cc8527a63366
kbuild_0.1.9998svn3126+dfsg.orig.tar.gz 2.9 MiB 30cf2f7c6a01e2a6cee6f1cfc2dbc1b73b54c722f8d5ca35cc6012bb6096de3a
kbuild_0.1.9998svn3126+dfsg-1.debian.tar.xz 11.3 KiB 3605a980328c7a52c76ed4861acd1ca11e14ef4547939c0409d92850a8648162

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