automake1.11 1:1.11.1-1ubuntu2 source package in Ubuntu

Changelog

automake1.11 (1:1.11.1-1ubuntu2) precise; urgency=low

  * Mark automake Multi-Arch: foreign
 -- Steve Langasek <email address hidden>   Sun, 06 Nov 2011 20:49:05 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
automake1.11_1.11.1.orig.tar.bz2 1.0 MiB 5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae
automake1.11_1.11.1-1ubuntu2.debian.tar.bz2 6.6 KiB 4c02b4fc7fa2ddb9a4fbff4a57e53420f3967313208abad11e9908c7ef10e6db
automake1.11_1.11.1-1ubuntu2.dsc 2.0 KiB 2f01357bd65c55aef7ee5a036499bc2a17287794ccc1ea335c58ce0c35213a44

View changes file

Binary packages built by this source

automake: 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.11 fails to work in a number of situations that Automake
 1.4, 1.6, 1.7, 1.8, 1.9 and 1.10 did, so has been renamed so that the
 previous version can continue to be made available.