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
|
Source: postgresql-filedump
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Michael Meskes <meskes@debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libipc-run-perl <!nocheck>,
liblz4-dev,
postgresql,
postgresql-server-dev-all,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-filedump.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-filedump
Package: postgresql-filedump
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Provides: pg-filedump
Description: Dump PostgreSQL files in human-readable form
pg_filedump is a utility to format PostgreSQL heap/index/control files in
human-readable form.
|