mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
11b91fbea7
* Non-maintainer upload. * Build against guile-3.0; drop 1.8 and 2.0. (Closes: 885213) [dgit import package make-dfsg 4.2.1-1.3]
50 lines
2.1 KiB
Text
50 lines
2.1 KiB
Text
Source: make-dfsg
|
|
VCS-Git: https://salsa.debian.org/srivasta/make-dfsg.git
|
|
VCS-Browser: https://salsa.debian.org/srivasta/make-dfsg
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Manoj Srivastava <srivasta@debian.org>
|
|
Standards-Version: 4.1.3
|
|
Homepage: https://www.gnu.org/software/make/
|
|
Build-Depends: gettext, po-debconf, debhelper (>= 9.0.0), dh-autoreconf,
|
|
autoconf, automake | automaken, autopoint, file, pkg-config,
|
|
guile-3.0-dev, procps, libbsd-resource-perl <!nocheck>
|
|
|
|
Package: make
|
|
Suggests: make-doc
|
|
Conflicts: make-guile
|
|
Architecture: any
|
|
Priority: optional
|
|
Replaces: make-guile
|
|
Multi-Arch: allowed
|
|
Description: utility for directing compilation
|
|
GNU Make is a 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 can be used to organize any task in which targets (files)
|
|
are to be automatically updated based on input files whenever the
|
|
corresponding input is newer --- it is not limited to building
|
|
computer programs. Indeed, Make is a general purpose dependency
|
|
solver.
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Package: make-guile
|
|
Suggests: make-doc
|
|
Priority: extra
|
|
Conflicts: make
|
|
Provides: make (= ${source:Version})
|
|
Replaces: make
|
|
Architecture: any
|
|
Multi-Arch: allowed
|
|
Description: utility for directing compilation with guile support
|
|
GNU Make is a 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 can be used to organize any task in which targets (files)
|
|
are to be automatically updated based on input files whenever the
|
|
corresponding input is newer --- it is not limited to building
|
|
computer programs. Indeed, Make is a general purpose dependency
|
|
solver. This variant has built in guile support
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|