Source: make Section: devel Priority: standard Maintainer: Igor Pashev 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.