deheader 1.8-1 source package in Ubuntu
Changelog
deheader (1.8-1) unstable; urgency=medium * New upstream release. * Adjust path to upstream changelog. * Bump Standards-Version to 4.6.0. * Bump copyright years to 2022. * Update watch file to format version 4. * Drop dh_python3 override, as python3 shebang is already used. -- Reiner Herrmann <email address hidden> Sat, 29 Jan 2022 17:58:03 +0100
Upload details
- Uploaded by:
- Reiner Herrmann
- Uploaded to:
- Sid
- Original maintainer:
- Reiner Herrmann
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
deheader_1.8-1.dsc | 1.9 KiB | 5e14ca94a8a1a97ce4b7b46f6eff0faa0d97fdb433fecfbb696cf6825dc6e0bd |
deheader_1.8.orig.tar.gz | 30.7 KiB | ebf144b441cc12ff5003e3e36c16e772382a153968c44334d5d6a892b44cab06 |
deheader_1.8-1.debian.tar.xz | 9.8 KiB | 7ca2b345db5d662d0c1d2be0f0994362db9863929ed24b01390c0592d7e7ded4 |
Available diffs
- diff from 1.7-1 to 1.8-1 (3.9 KiB)
No changes file available.
Binary packages built by this source
- deheader: Find and remove unnecessary includes in C or C++ source files
deheader analyzes C and C++ files to determine which header inclusions can be
removed while still allowing them to compile. This may result in substantial
improvements in compilation time, especially on large C++ projects; it also
sometimes exposes dependencies and cohesions of which developers were unaware.