File: control

package info (click to toggle)
indent 2.2.13-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,692 kB
  • sloc: ansic: 20,903; sh: 5,035; makefile: 165; sed: 16; cpp: 5
file content (30 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download
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.