automake-1.16 1:1.16.5-1.1ubuntu3 source package in Ubuntu

Changelog

automake-1.16 (1:1.16.5-1.1ubuntu3) jammy; urgency=medium

  * Fix testsuite to use usr/local instead of usr
    (this should be reverted once we have a proper fix)

 -- Gianfranco Costamagna <email address hidden>  Sat, 12 Mar 2022 21:55:02 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Eric Dorland
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
automake-1.16_1.16.5.orig.tar.xz 1.5 MiB f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469
automake-1.16_1.16.5.orig.tar.xz.asc 833 bytes 3a161ab65921eed55e1a94251d97c8451d4ba3431b55ca560e95a951b5f1d73a
automake-1.16_1.16.5-1.1ubuntu3.debian.tar.xz 13.3 KiB 6d562d127720689b7ab8d01c79dd184e14c110e5a83524307b6943c7f0dc62d0
automake-1.16_1.16.5-1.1ubuntu3.dsc 2.5 KiB 8cce38c6aa4e55a64e97a995c4371fa83d0c5e2d2a4d4317375140913aa26a43

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.16 fails to work in a number of situations that Automake
 1.11, and 1.15 did, so some previous versions are available as separate
 packages.