File: control

package info (click to toggle)
londiste 3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 560 kB
  • sloc: python: 4,608; sh: 1,383; makefile: 36; awk: 14; sql: 1
file content (28 lines) | stat: -rw-r--r-- 857 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
Source: londiste
Section: python
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Tomasz Rybak <serpent@debian.org>
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-skytools (>= 3.7.0) <!nocheck>,
Vcs-Git: https://salsa.debian.org/postgresql/londiste.git
Vcs-Browser: https://salsa.debian.org/postgresql/londiste
Homepage: https://github.com/pgq/londiste

Package: python3-londiste
Provides: londiste3
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-yaml,
Conflicts: skytools3
Replaces: skytools3
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.