kbuild 1:0.1.9998svn2577+dfsg-3 source package in Ubuntu

Changelog

kbuild (1:0.1.9998svn2577+dfsg-3) unstable; urgency=low


  * Add missing build-dependency on texinfo. (Closes: #712335)

 -- Felix Geyer <email address hidden>  Wed, 03 Jul 2013 11:59:45 +0200

Upload details

Uploaded by:
Debian Virtualbox Team
Uploaded to:
Sid
Original maintainer:
Debian Virtualbox Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn2577+dfsg-3.dsc 2.1 KiB 4ad3a70fa54b301cadf8dd2e4dac43450e1c7f30999e669f4ae14bb5b06b34ff
kbuild_0.1.9998svn2577+dfsg.orig.tar.xz 1.5 MiB 9e7fa457af5b13a924a2e2b49c81b31bb9ed2c1edb25fe60d2521c65540ff1fb
kbuild_0.1.9998svn2577+dfsg-3.debian.tar.gz 14.2 KiB 84fa21c9ae6ba4d7191c7d1f482617f5922b6868ca2065868d0e8a622a257272

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.