1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: pg-bsd-indent
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends:
debhelper (>= 12),
postgresql-server-dev-all (>= 153~)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/postgresql/pg-bsd-indent
Vcs-Git: https://salsa.debian.org/postgresql/pg-bsd-indent.git
Package: pg-bsd-indent
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: PostgreSQL source code indenter
pg_bsd_indent is the official way the PostgreSQL developers reformat code
before release. It is also recommended to be used by developers for code
changes prior to submission. It is a fork of FreeBSD's indent.
|