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

Changelog

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

  * Merge Ubuntu changes from automake-1.14:
    - Drop universe build-dependencies:
      - cscope, python-virtualenv, lzip, ncompress.
    - Add autopkgtest that builds src & runs full test-suite with above
      universe dependencies.
    - Enable parallel build (mostly tests).

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

  * New upstream release.
  * Rename 1.14 to 1.15.
  * debian/patches/02-init-m4-newline.diff,
    debian/patches/03-ensure-ac_aux_dir-set.diff: Delete now upstreamed
    patches.
  * debian/patches/01-texi-rename.diff: Refresh patch for 1.15.
  * debian/control: Add Suggests on autoconf-doc and gnu-standards that
    automake info doc references. (Closes: #401936)
  * debian/README.Debian: Update the README for 1.15.
  * debian/gbp.conf: Use pristine-tar and --upstream-vcs-tag.

automake-1.14 (1:1.14.1-4) unstable; urgency=medium

  * debian/patches/03-ensure-ac_aux_dir-set.diff: Add patch to ensure
    ac_aux_dir is set before beeing used. (Closes: #764127)
  * debian/control: Bump Standards-Version to 3.9.6 (no changes).
  * debian/control, debian/copyright: Run wrap-and-sort.

 -- Matthias Klose <email address hidden>  Sun, 12 Jul 2015 20:53:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [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-1ubuntu1.debian.tar.xz 10.0 KiB 4853ec7276fd9b11b004bc938014d55ca89eb335feebcebca22abff7a2c5050e
automake-1.15_1.15-1ubuntu1.dsc 2.3 KiB 28e142f38746596a1a0db152baae96a7643aaca1f8930477a7dd53a60cd567b5

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.