File: control

package info (click to toggle)
bcpp 0.0.20180401-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 940 kB
  • sloc: cpp: 4,956; sh: 3,144; makefile: 262
file content (26 lines) | stat: -rw-r--r-- 844 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
Source: bcpp
Section: devel
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends: debhelper (>= 9), quilt, autotools-dev
Standards-Version: 4.1.4
Homepage: http://www.invisible-island.net/bcpp/

Package: bcpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C(++) beautifier
 bcpp indents C/C++ source programs, replacing tabs with spaces or the
 reverse. Unlike indent, it does (by design) not attempt to wrap long
 statements.

Package: bcpp-dbg
Section: debug
Architecture: any
Depends: bcpp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: C(++) beautifier - debug
 bcpp indents C/C++ source programs, replacing tabs with spaces or the
 reverse. Unlike indent, it does (by design) not attempt to wrap long
 statements.
 .
 This package contains the debugging symbols.