deheader 1.10-2 source package in Ubuntu

Changelog

deheader (1.10-2) unstable; urgency=medium

  * Disable warnings about implicitly declared functions, as files are only
    compiled for unit tests. (Closes: #1066736)

 -- Reiner Herrmann <email address hidden>  Mon, 25 Mar 2024 18:26:26 +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 Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
deheader_1.10-2.dsc 1.9 KiB c832d8e19e647ac77b555fe4e43fb9a491e23c3a3b500300223de31511fa925a
deheader_1.10.orig.tar.gz 31.6 KiB 909d2683a3e62da54bfc660814b4d8af93f582e23858810cc41bfa081571f593
deheader_1.10-2.debian.tar.xz 10.0 KiB 1c83cbb87c393db7a4af50eb8f63e9ae75310421d06c70686cb095c519b2ab6a

Available diffs

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.