automake-1.16 1:1.16.5-1.3ubuntu1 source package in Ubuntu

Changelog

automake-1.16 (1:1.16.5-1.3ubuntu1) noble; urgency=medium

  * d/p/python3.12-do-not-import-imp.patch: do not import imp module
    This fixes autopkgtest with python3.12 (LP: #2051972)

 -- Nick Rosbrook <email address hidden>  Thu, 01 Feb 2024 13:46:14 -0500

Upload details

Uploaded by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main devel

Builds

Noble: [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.3ubuntu1.debian.tar.xz 14.3 KiB eea918e1fa1287f53f7d2485ab2eef997c1f53087dad7266d8d27133531d1a34
automake-1.16_1.16.5-1.3ubuntu1.dsc 2.6 KiB 7fde2c7aeef7f6d5f12858338804f7bcbb94fab64aff1bda7595dd78a1f31ca6

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.