File: control

package info (click to toggle)
cdbs 0.4.150
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,532 kB
  • ctags: 146
  • sloc: sh: 7,709; xml: 2,159; perl: 294; makefile: 166; python: 94; ansic: 7; java: 5
file content (37 lines) | stat: -rw-r--r-- 1,115 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
37
Source: cdbs
Section: devel
Priority: optional
Maintainer: CDBS Hackers <build-common-hackers@lists.alioth.debian.org>
Build-Depends-Indep: debhelper,
 dh-buildinfo,
 autoconf,
 realpath,
 fakeroot,
 python-dev,
 python-all-dev,
 python3-all-dev,
 pypy-dev,
 dh-python,
 ant,
 default-jdk-headless | default-jdk,
 sharutils,
 lzma
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Marc Dequènes (Duck) <Duck@DuckCorp.org>,
 Rémi Thebault (RTbo) <remi.thebault@gmail.com>,
 Vasudev Kamath <kamathvasudev@gmail.com>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/build-common/cdbs.git
Vcs-Browser: https://anonscm.debian.org/cgit/build-common/cdbs.git

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.