automake-1.15 1:1.15.1-3ubuntu1 source package in Ubuntu

Changelog

automake-1.15 (1:1.15.1-3ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add autopkgtest that builds src & runs full test-suite with above
      universe dependencies.

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

  * Acknowledge NMU. (Closes: #872052)
  * debian/control: Upgrade Standards-Version to 4.1.0.
  * debian/copyright: Switch URLs to https.
  * debian/patches/0008-SOURCE_DATE_EPOCH-support-for-mdate-sh.patch:
    $SOURCE_DATE_EPOCH support for mdate-sh.

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

  * NMU
  * Bug fix: "[automake] Lack of python3.6 support" (Closes: #872052).

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

  * debian/rules: Use /usr/share/dpkg/default.mk to get SOURCE_DATE_EPOCH
    for makeinfo.
  * debian/patches/0006-Drop-SHELL.patch: Patch to drop @SHELL@ expansion
    which hurts build reproducibility.
  * debian/control: Standards-Version to 4.0.0.

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

  * New upstream release.
  *
    debian/patches/0004-Fix-testsuite-failure-caused-by-perl-warnings.patch:
    Drop upstreamed patch.
  * debian/patches/0001-texi-rename.patch: Rename patch file to be
    consistent with the rest.

 -- Gianfranco Costamagna <email address hidden>  Mon, 11 Sep 2017 10:04:48 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Sponsored by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Eric Dorland
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
automake-1.15_1.15.1.orig.tar.xz 1.4 MiB af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
automake-1.15_1.15.1-3ubuntu1.debian.tar.xz 14.2 KiB d11317b081337920e5ffd2c1d2b3504cf4efc2385304b33f5eb91cf577af6c5a
automake-1.15_1.15.1-3ubuntu1.dsc 2.6 KiB 811d8541f6aed32b18652a7345bf9f2783623279b265e38e0cd76cd916be0275

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.