1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: indent
Section: devel
Priority: optional
Maintainer: Santiago Vila <sanvila@debian.org>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13), gettext, texinfo
Homepage: https://www.gnu.org/software/indent/
Vcs-Git: https://salsa.debian.org/sanvila/indent.git
Vcs-Browser: https://salsa.debian.org/sanvila/indent
Rules-Requires-Root: no
Package: indent
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: indent-doc
Multi-Arch: foreign
Description: C language source code formatting program
The `indent' program changes the appearance of a C program by
inserting or deleting whitespace.
.
`indent' also provides options for controlling the alignment of braces and
declarations, program indenting, and other stylistic parameters, including
formatting of both C and C++ comments.
Package: indent-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for GNU indent
This package contains the HTML documentation for GNU indent.
|