dh-autoreconf 9 source package in Ubuntu RTM

Changelog

dh-autoreconf (9) unstable; urgency=low


  * autoreconf.mk: Only run dh_autoreconf_clean if needed (Closes: #709079)

 -- Julian Andres Klode <email address hidden>  Sun, 14 Jul 2013 22:21:08 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Sid
Original maintainer:
Julian Andres Klode
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dh-autoreconf_9.dsc 916 bytes c66025d59a265960a7272f58e2ac9f60e9e90641e055e400a65cd06741d92aa3
dh-autoreconf_9.tar.gz 6.5 KiB ab94d8701c39ae572a1b5d9ceb00a81e95400e7e35a19e6fdc6f55d21dba2da2

Available diffs

No changes file available.

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.