dh-autoreconf 5ubuntu1 source package in Ubuntu

Changelog

dh-autoreconf (5ubuntu1) precise; urgency=low

  * Mark dh-autoreconf Multi-Arch: foreign.  Closes: #658969.
 -- Steve Langasek <email address hidden>   Mon, 06 Feb 2012 20:09:44 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main devel

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dh-autoreconf_5ubuntu1.tar.gz 5.8 KiB 5f6f52a19f115ba80a4c14271151148c68c8cf79283ce8306b05c35b5fe46041
dh-autoreconf_5ubuntu1.dsc 1.6 KiB 195a837c398dcf875dcd56b8fbc9240cc5d983b7049329c27505a9bf5b7efce6

Available diffs

View changes file

Binary packages built by this source

dh-autoreconf: debhelper add-on to call autoreconf and clean up after the build

 dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two
 commands, dh_autoreconf and dh_autoreconf_clean.
 .
 The dh_autoreconf command creates a list of the files and their checksums,
 calls autoreconf and then creates a second list for the new files.
 .
 The dh_autoreconf_clean command compares these two lists and removes all
 files which have been added or changed (files may be excluded if needed).
 .
 For CDBS users, a rule is provided to call the dh-autoreconf programs at
 the right time.