dh-autoreconf 12~ubuntu16.04.1 source package in Ubuntu
Changelog
dh-autoreconf (12~ubuntu16.04.1) xenial-backports; urgency=medium * No-change backport to xenial dh-autoreconf (12) unstable; urgency=medium [ Julian Andres Klode ] * dh_autoreconf: --sourcedirectory is forwarded by dh(1) Thanks to Niels Thykier for reporting this on IRC * debian/control: Standards-Version: 3.9.7 [ Niels Thykier ] * dh_autoreconf: Do nothing if there are no configure scripts -- Iain Lane <email address hidden> Fri, 11 Nov 2016 11:03:09 +0000
Upload details
- Uploaded by:
- Iain Lane
- Uploaded to:
- Xenial
- Original maintainer:
- Julian Andres Klode
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | backports | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-autoreconf_12~ubuntu16.04.1.tar.xz | 6.9 KiB | a0cbaf684b7d222644fa190b5d03d186c3a24248d394b598b1f55e11aa4d0bb8 |
dh-autoreconf_12~ubuntu16.04.1.dsc | 1.5 KiB | b5bd4b7265fb6ee517201dbc1cc3843efdc1cf8c4be8c682a1744125a9427484 |
Available diffs
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.