File: control

package info (click to toggle)
unifdef 2.10-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,648 kB
  • ctags: 323
  • sloc: ansic: 1,879; sh: 319; makefile: 72
file content (15 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: unifdef
Section: devel
Priority: optional
Maintainer: Bob Proulx <bob@proulx.com>
Build-Depends: debhelper (>= 9.0.0)
Standards-Version: 3.9.5
Homepage: http://dotat.at/prog/unifdef/

Package: unifdef
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
Description: Remove cpp '#ifdef' lines from files
 The unifdef utility selectively processes conditional cpp(1) directives.
 It removes from a file both the directives and any additional text that
 they specify should be removed, while otherwise leaving the file alone.