dh-autoreconf 5 source package in Ubuntu
Changelog
dh-autoreconf (5) unstable; urgency=low * ltmain-as-needed.diff: Rebase against libtool 2.4.2 (Closes: #647070) -- Ubuntu Archive Auto-Sync <email address hidden> Thu, 10 Nov 2011 16:40:52 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Julian Andres Klode
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-autoreconf_5.tar.gz | 5.7 KiB | 0fa71e3c6770c21471c625888d95c7bf04f3ced843e20449bb89fb63c6745562 |
dh-autoreconf_5.dsc | 901 bytes | 9277227c729d6a97f08fe41eefc059d57106927d5ea971518a45b99fd5e6e9bb |
Available diffs
- diff from 4 to 5 (669 bytes)
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.