Source: bucardo
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Michael Meskes <meskes@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libboolean-perl,
 libdbd-pg-perl,
 libdbix-safe-perl,
 libpod-parser-perl (>= 1.63),
 perl,
 postgresql-plperl <!nocheck>,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: database
Homepage: https://bucardo.org/
Vcs-Git: https://salsa.debian.org/postgresql/bucardo.git
Vcs-Browser: https://salsa.debian.org/postgresql/bucardo

Package: bucardo
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 adduser,
 libboolean-perl,
 libdbd-pg-perl,
 libdbix-safe-perl,
 libpod-parser-perl (>= 1.63),
 ${perl:Depends},
 ${misc:Depends},
Recommends:
 postgresql-plperl,
Description: asynchronous replication system for PostgreSQL
 Bucardo is an asynchronous PostgreSQL replication system, allowing for both
 multi-master and multi-slave operations.
 .
 Bucardo uses PL/pgSQL and Pl/PerlU triggers to send notification events to a
 daemon, which replicates the data modifications, and Bucardo provides both
 standard and custom conflict resolution methods.
