File: control

package info (click to toggle)
automake-1.16 1%3A1.16.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,320 kB
  • sloc: sh: 58,602; perl: 14,418; makefile: 114; ansic: 9
file content (40 lines) | stat: -rw-r--r-- 1,521 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
38
39
40
Source: automake-1.16
Section: devel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Standards-Version: 4.5.1.0
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: autoconf (>= 2.65),
                     gettext,
                     help2man,
                     install-info,
                     libtool,
                     libtool-bin,
                     pkg-config,
                     texinfo (>= 4.9),
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/automake/
Vcs-Git: https://salsa.debian.org/eric/automake-1.16.git
Vcs-Browser: https://salsa.debian.org/eric/automake-1.16

Package: automake
Architecture: all
Multi-Arch: foreign
Provides: automake-1.16, automaken
Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1), ${misc:Depends}
Suggests: autoconf-doc, gnu-standards
Description: Tool for generating GNU Standards-compliant Makefiles
 Automake is a tool for automatically generating `Makefile.in's from
 files called `Makefile.am'.
 .
 The goal of Automake is to remove the burden of Makefile maintenance
 from the back of the individual GNU maintainer (and put it on the back
 of the Automake maintainer).
 .
 The `Makefile.am' is basically a series of `make' macro definitions
 (with rules being thrown in occasionally).  The generated
 `Makefile.in's are compliant with the GNU Makefile standards.
 .
 Automake 1.16 fails to work in a number of situations that Automake
 1.11, and 1.15 did, so some previous versions are available as separate
 packages.