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

Changelog

kbuild (1:0.1.9998svn3149+dfsg-1~build1) bionic; urgency=low

  * New upstream version 0.1.9998svn3149+dfsg (Closes: #891372)
  * Drop patches upstreamed, hopefully not useful anymore
    - drop 09_read.c_record_files_SV_33034_Changes_fatal_to_error.patch
  * Add patch to disable doc and po builds
  * Bump copyright years
  * Bump std-version to 4.1.3
  * Add pkg-config dependency

 -- Gianfranco Costamagna <email address hidden>  Thu, 15 Mar 2018 18:44:34 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
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.9998svn3149+dfsg.orig.tar.gz 3.1 MiB 0fcdd13dd61cd52f155357f84c1c018a9ea1b2815a94666bb6b87d3ff8c97a1f
kbuild_0.1.9998svn3149+dfsg-1~build1.debian.tar.xz 10.8 KiB bd159fc8a128e4ab6559df4eafce511dfbc11a255e847ead31abb32ad537f394
kbuild_0.1.9998svn3149+dfsg-1~build1.dsc 2.1 KiB d2bfba3dd6504d18095a1ce00f00ba54d4132dd3b9ce112a7a0f38db0fe6e73f

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