summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-08-26 19:31:05 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-08-26 19:31:05 +0400
commit879a1a9d49d0225d14b6d9957cdd36dec23d897e (patch)
treeafd8ba1553f2ce34bbe0ae29114a3c6a89b3abe9 /debian/control
parente46c9ea201b4bad8f4c6d19ee6dfb3537bc9facd (diff)
downloadmake.old-879a1a9d49d0225d14b6d9957cdd36dec23d897e.tar.gz
Added debian dir
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3bd7323
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+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
+
+Package: make
+Section: devel
+Priority: standard
+Suggests: make-doc
+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: gmake
+Section: devel
+Priority: optional
+Architecture: any
+Depends: make, ${misc:Depends}
+Description: An utility for Directing compilation (compatibility package)
+ 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.
+ .
+ This package only provides symbolic link from "make" to "gmake"