Source: kbuild
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 byacc,
 flex,
 libacl1-dev,
 texinfo,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://svn.netlabs.org/kbuild
Vcs-Browser: https://salsa.debian.org/pkg-virtualbox-team/kbuild
Vcs-Git: https://salsa.debian.org/pkg-virtualbox-team/kbuild.git

Package: kbuild
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: kBuild is a makefile framework for writing simple makefiles for complex tasks
 kBuild is a build framework based on a modified GNU make and a standard set of cross platform tools. VirtualBox is a cross-platform project and therefore we needed a powerful build system that works on several platforms.