dh-autoreconf 20 source package in Ubuntu
Changelog
dh-autoreconf (20) unstable; urgency=medium [ Sven Joachim ] * Prefer libdebhelper-perl over debhelper (Closes: #939719) [ Julian Andres Klode ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Run wrap-and-sort * Bump debhelper from old 12 to 13. * Bump Standards-Version to 4.5.1 -- Julian Andres Klode <email address hidden> Thu, 04 Feb 2021 12:26:25 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Sid
- Original maintainer:
- Julian Andres Klode
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-autoreconf_20.dsc | 1.5 KiB | 494fa0ae2a72bf92e94429f737e6206e68effdbec90ba5b441da9b9696711c0b |
dh-autoreconf_20.tar.xz | 7.7 KiB | 53e6d9084a70c87afc8ceadc988868de07d53d2404e98be51e500aa42548d37d |
Available diffs
- diff from 19 to 20 (1.1 KiB)
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.