mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
d8ca0e5c5b
This validates that all current queries work with the new interface and removes the dependency on DBD::Pg.
31 lines
995 B
Diff
31 lines
995 B
Diff
--- control
|
|
+++ control
|
|
@@ -4,11 +4,10 @@
|
|
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
|
|
Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
|
|
Build-Depends: debhelper (>= 9),
|
|
- libio-socket-ssl-perl,
|
|
libperl-dev,
|
|
+ libpq-dev,
|
|
libssl-dev,
|
|
libxml-checker-perl,
|
|
- libxml-libxml-perl,
|
|
libxml2-dev,
|
|
txt2man,
|
|
zlib1g-dev
|
|
@@ -19,12 +18,12 @@
|
|
|
|
Package: pgbackrest
|
|
Architecture: any
|
|
-Depends: libdbd-pg-perl,
|
|
+Depends: perl,
|
|
postgresql-common,
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
${shlibs:Depends}
|
|
-Suggests: libio-socket-ssl-perl, libxml-libxml-perl, pgbackrest-doc
|
|
+Suggests: pgbackrest-doc
|
|
Description: Reliable PostgreSQL Backup & Restore
|
|
pgBackRest is a simple, reliable backup and restore system for PostgreSQL
|
|
that can seamlessly scale up to the largest databases and workloads.
|