autotools-dev 20120210.1 source package in Ubuntu

Changelog

autotools-dev (20120210.1) unstable; urgency=high


  * Sync to upstream git 2012-02-13
    [commit d6f39afaf50f884f62a6f6c04d5057884a098a4f]
    + ARM 64bit ABI support (aarch64)
  * Set urgency to high by request of Jonathan Austin (ARM), to start
    the GNU config bootstrap of the new arch in Debian and Ubuntu ASAP
  * Update README.Debian:
    + Rework time-stamp skew build problems section.  Note that dpkg enforces
      limited sanity on package unpack, but that does not cover all
      possibilities of inducing time-stamp skew breakage (closes: #589083)
    + Some minor rewording and fixes.  This document really could use a 
      rewrite...
    + Mention to dh-autoreconf and the autotools-dev dh helpers in the main
      text.  Mention that CDBS takes care of certain details automatically,
      and to not use dh-autoreconf and dh-autotools-dev* at the same time.
      Mention the brilliant dpkg-source "extend-diff-ignore" option to keep
      the diffs clean (closes: #615894)
  * Remove extremely outdated examples.  Patches with new ones are welcome!
  * debian/rules:
    + remove ancient cruft and update copyright
    + add build-arch and build-indep targets
  * debian/control: bump standards-version to 3.9.2 (no changes)
  * debian/copyright: move from autotools-dev.copyright, and update for 2012

 -- Henrique de Moraes Holschuh <email address hidden>  Mon, 13 Feb 2012 21:25:55 -0200

Upload details

Uploaded by:
Henrique de Moraes Holschuh
Uploaded to:
Sid
Original maintainer:
Henrique de Moraes Holschuh
Architectures:
all
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
autotools-dev_20120210.1.dsc 1.3 KiB fb355c77ef1fb6b9afe16a22ef8349084855ba518a2cbb66ce71cade64a1cb9c
autotools-dev_20120210.1.tar.gz 66.0 KiB 3043e850fe5fbfd0e03827234b5a4cc15eb79d7d62868e4202ce0eef0450579a

No changes file available.

Binary packages built by this source

autotools-dev: Update infrastructure for config.{guess,sub} files

 This package installs an up-to-date version of config.guess and
 config.sub, used by the automake and libtool packages. It provides
 the canonical copy of those files for other packages as well.
 .
 It also documents in /usr/share/doc/autotools-dev/README.Debian.gz
 best practices and guidelines for using autoconf, automake and
 friends on Debian packages. This is a must-read for any developers
 packaging software that uses the GNU autotools, or GNU gettext.
 .
 Additionally this package provides seamless integration into Debhelper
 or CDBS, allowing maintainers to easily update config.{guess,sub} files
 in their packages.