Source: automake1.13
Section: devel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: autoconf (>= 2.65), autotools-dev (>= 20020320.1),
 install-info,
# Used in tests
 autopoint, bison, cscope, dejagnu, emacs, expect, flex, gcj-jdk,
 gobjc, gobjc++, gfortran, help2man, libglib2.0-dev, libtool, lzip,
 ncompress, openjdk-7-jdk, python, python-docutils, python-docutils,
 python-virtualenv, pkg-config, sharutils, texlive, texinfo (>= 4.9),
 valac, xutils-dev, zip
Homepage: http://www.gnu.org/software/automake/
Vcs-Git: git://anonscm.debian.org/users/eric/automake1.13.git
Vcs-Browser: http://git.debian.org/?p=users/eric/automake1.13.git

Package: automake
Architecture: all
Multi-Arch: foreign
Provides: automaken, automake1.13
Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1), ${misc:Depends}
Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.4-p5-1),
 automake1.5 (<< 1.5-2), automake1.10-doc
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.13 fails to work in a number of situations that Automake
 1.4, 1.6, 1.7, 1.8, 1.9, 1.10 and 1.11 did, so previous versions are
 available as separate packages.
