1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: cdbs
Section: devel
Priority: optional
Maintainer: build-common team <team+build-common@tracker.debian.org>
Build-Depends-Indep: debhelper,
dh-buildinfo,
autoconf,
fakeroot <!nocheck>,
python3-all-dev <!nocheck>,
pypy-dev <!nocheck>,
dh-python <!nocheck>,
ant <!nocheck>,
default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
sharutils <!nocheck>,
lzma <!nocheck>,
Uploaders:
Marc Dequènes (Duck) <Duck@DuckCorp.org>,
Rémi Thebault (RTbo) <remi.thebault@gmail.com>,
Vasudev Kamath <kamathvasudev@gmail.com>
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/build-common-team/cdbs.git
Vcs-Browser: https://salsa.debian.org/build-common-team/cdbs
Rules-Requires-Root: no
Package: cdbs
Architecture: all
Multi-Arch: foreign
Recommends: autotools-dev
Suggests: devscripts
Description: common build system for Debian packages
This package contains the Common Debian Build System,
an abstract build system based on Makefile inheritance
which is completely extensible and overridable.
In other words, CDBS provides a sane set of default rules
upon which packages can build;
any or all rules may be overridden as needed.
|