File: control

package info (click to toggle)
pgcopydb 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,512 kB
  • sloc: ansic: 30,765; sql: 643; sh: 327; makefile: 235; python: 86
file content (37 lines) | stat: -rw-r--r-- 954 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
31
32
33
34
35
36
37
Source: pgcopydb
Section: database
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libedit-dev,
 libkrb5-dev,
 liblz4-dev,
 libncurses-dev,
 libpam0g-dev,
 libreadline-dev,
 libselinux1-dev,
 libssl-dev,
 libxslt1-dev,
 libzstd-dev,
 postgresql,
 postgresql-server-dev-all (>= 158~),
 python3-sphinx,
 zlib1g-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/dimitri/pgcopydb
Vcs-Browser: https://github.com/dimitri/pgcopydb
Vcs-Git: https://github.com/dimitri/pgcopydb.git

Package: pgcopydb
Architecture: any
Depends:
 postgresql-client,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.