File: control

package info (click to toggle)
deheader 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: python: 1,191; ansic: 334; xml: 191; makefile: 71; sh: 15
file content (20 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: deheader
Section: devel
Priority: optional
Maintainer: Reiner Herrmann <reiner@reiner-h.de>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-python, python3-all, xmlto
Standards-Version: 4.7.0
Homepage: http://www.catb.org/~esr/deheader/
Vcs-Git: https://salsa.debian.org/reiner/deheader.git
Vcs-Browser: https://salsa.debian.org/reiner/deheader
Rules-Requires-Root: no

Package: deheader
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, make
Recommends: c-compiler, c++-compiler
Description: 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.