1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/patch/debian-package.patch
David Steele d8ca0e5c5b Add Perl interface to C PgQuery object.
This validates that all current queries work with the new interface and removes the dependency on DBD::Pg.
2019-07-25 17:05:39 -04:00

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.