summaryrefslogtreecommitdiff
path: root/debian/control
blob: 530bc9c69552c77f7c5a8a66d129382486498812 (plain)
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
Source: make
Section: devel
Priority: standard
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Standards-Version: 3.9.3
Homepage: http://www.gnu.org/software/make/
Build-Depends: debhelper (>=9), perl,
 libkstat-dev [illumos-any]
Build-Depends-Indep: texi2html, texinfo

Package: make
Section: devel
Priority: standard
Suggests: make-doc
Provides: gmake
Architecture: any
Depends: ${shlibs:Depends}
Description: An utility for Directing compilation.
 GNU Make is an utility which controls the generation of executables and
 other target files of a program from the program's source files. It
 determines automatically which pieces of a large program need to be
 (re)created, and issues the commands to (re)create them. Make is not
 limited to programs and executable, it can be applied to any task
 where a set of target files must be created based on a set of input
 files, based on dependency and processing rules. Indeed, Make is a
 general purpose dependency solver.

Package: make-doc
Section: doc
Architecture: all
Suggests: make
Enhances: make
Depends: dpkg (>= 1.15.4) | install-info
Description: Documentation for the GNU "make" utility.