File: control

package info (click to toggle)
automake-1.15 1%3A1.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,044 kB
  • sloc: sh: 57,259; perl: 11,749; pascal: 643; makefile: 106; ansic: 9
file content (64 lines) | stat: -rw-r--r-- 2,277 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: automake-1.15
Section: devel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Standards-Version: 4.2.1.1
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: autoconf (>= 2.65),
                     autopoint,
                     bison,
                     cscope,
                     dejagnu,
                     default-jdk,
                     emacs,
                     expect,
                     flex,
                     gettext,
                     gfortran,
                     gobjc,
                     gobjc++,
                     help2man,
                     install-info,
                     libglib2.0-dev,
                     libtool,
                     libtool-bin,
                     lzip,
                     ncompress,
                     pkg-config,
                     python,
                     python-docutils,
                     python-virtualenv,
                     sharutils,
                     texinfo (>= 4.9),
                     texlive,
                     unzip,
                     valac,
                     xutils-dev,
                     zip
Homepage: https://www.gnu.org/software/automake/
Vcs-Git: https://salsa.debian.org/eric/automake-1.15.git
Vcs-Browser: https://salsa.debian.org/eric/automake-1.15

Package: automake-1.15
Architecture: all
Multi-Arch: foreign
Provides: automaken
Breaks: automake (<= 1:1.16-1~)
Replaces: automake (<= 1:1.16-1~)
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.15 fails to work in a number of situations that Automake
 1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are
 available as separate packages.