automake-1.15 1:1.15-3ubuntu2 source package in Ubuntu

Changelog

automake-1.15 (1:1.15-3ubuntu2) xenial; urgency=medium

  * Fix testsuite failure, caused by perl warnings. Closes: #787531.

 -- Matthias Klose <email address hidden>  Mon, 08 Feb 2016 13:02:26 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
automake-1.15_1.15.orig.tar.xz 1.4 MiB 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
automake-1.15_1.15-3ubuntu2.debian.tar.xz 12.4 KiB f4b02d01c4e6a2e4eefb5a99dc296f79d029950f0fcfe208bf85b0cf99e7ae73
automake-1.15_1.15-3ubuntu2.dsc 2.3 KiB 02d7fab34131a30995e75e980209348827136a23f138817c8eb2baa981806052

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.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.