automake-1.15 1:1.15-6ubuntu1 source package in Ubuntu

Changelog

automake-1.15 (1:1.15-6ubuntu1) artful; urgency=medium

  * Merge with Debian; remaining changes:
    - Add autopkgtest that builds src & runs full test-suite with above
      universe dependencies.
  * python.m4: Add python versions up to 3.7.

automake-1.15 (1:1.15-6) unstable; urgency=medium

  * debian/compat, debian/control, debian/rules: Upgrade to debhelper 10.
  * debian/rules: Disable the testsuite for the moment, it's too
    flakey. (Closes: #846318)

 -- Matthias Klose <email address hidden>  Fri, 12 May 2017 08:54:42 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [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-6ubuntu1.debian.tar.xz 13.7 KiB 36ff69cc2484cbaa4fea990595cbca09f90d747e0f78fe3abf1464a3e3aac006
automake-1.15_1.15-6ubuntu1.dsc 2.6 KiB 5c3ff9afef9147cc4385f1cd71e3af9819b607e4a8f992d9e633e17e171945b9

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.