File: control

package info (click to toggle)
cdbs 0.4.163
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,532 kB
  • sloc: sh: 7,394; xml: 2,159; perl: 296; makefile: 164; python: 94; ansic: 7; java: 5
file content (36 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
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.