[go: up one dir, main page]

File: control

package info (click to toggle)
automake1.10 1%3A1.10.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,224 kB
  • sloc: sh: 20,539; perl: 9,148; makefile: 1,141; ansic: 496
file content (33 lines) | stat: -rw-r--r-- 1,432 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.9.3
Build-Depends: debhelper (>= 7.0.50)
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: automake1.10
Architecture: all
Provides: automaken
Depends: autoconf (>= 2.60), autotools-dev (>= 20020320.1), ${misc:Depends}
Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.11-1), automake1.5 (<< 1.5-2), automake1.10-doc
Replaces: automake1.10-doc, automake (<< 1:1.11-1)
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.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.