File: control

package info (click to toggle)
barman 3.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,260 kB
  • sloc: python: 22,317; sh: 46; makefile: 17
file content (104 lines) | stat: -rw-r--r-- 3,484 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Source: barman
Section: database
Priority: optional
Maintainer: Marco Nenciarini <mnencia@debian.org>
Build-Depends: debhelper-compat (= 13),
	       dh-python,
	       python3-all,
	       python3-setuptools,
	       bash-completion,
Standards-Version: 4.6.2
Homepage: https://www.pgbarman.org
Vcs-Git: https://salsa.debian.org/postgresql/barman.git
Vcs-Browser: https://salsa.debian.org/postgresql/barman

Package: barman
Architecture: all
Depends: python3-barman (=${binary:Version}),
	 python3-pkg-resources,
	 adduser,
	 rsync,
	 ${misc:Depends},
	 ${python3:Depends},
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.

Package: barman-cli
Architecture: all
Depends: python3-barman (=${binary:Version}),
	 python3-pkg-resources,
	 rsync,
	 ${misc:Depends},
	 ${python3:Depends},
Recommends: openssh-client
Suggests: barman-cli-cloud
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.

Package: barman-cli-cloud
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Architecture: all
Depends: python3-barman (=${binary:Version}),
	 python3-pkg-resources,
	 rsync,
	 ${misc:Depends},
	 ${python3:Depends},
     python3-boto3
Description: Cloud client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.

Package: python3-barman
Section: python
Architecture: all
Depends: ${misc:Depends},
	 ${python3:Depends},
	 python3-setuptools,
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.