File: control

package info (click to toggle)
automake1.10 1%3A1.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,516 kB
  • ctags: 321
  • sloc: sh: 19,589; perl: 9,131; makefile: 1,105; ansic: 496
file content (33 lines) | stat: -rw-r--r-- 1,410 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
Source: automake1.10
Section: devel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Standards-Version: 3.7.3
Build-Depends: cdbs, debhelper (>= 4.1.0)
Build-Depends-Indep: autoconf (>= 2.60), autotools-dev (>= 20020320.1), texinfo (>= 4.3)
Homepage: http://www.gnu.org/software/automake/
Vcs-Git: git://git.debian.org/~eric/automake1.10.git
Vcs-Browser: http://git.debian.org/?p=users/eric/automake1.10.git

Package: automake
Architecture: all
Provides: automaken, automake1.10
Depends: autoconf (>= 2.60), autotools-dev (>= 20020320.1)
Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.4-p5-1), automake1.5 (<< 1.5-2), automake1.10-doc
Replaces: automake1.10-doc
Description: A 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.10 fails to work in a number of situations that Automake
 1.4, 1.6, 1.7, 1.8 and 1.9 did, so has been renamed so that the
 previous version can continue to be made available.