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 47aa765375 Add Zstandard compression support.
Zstandard is a fast lossless compression algorithm targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.

Zstandard version >= 1.0 is required, which is generally only available on newer distributions.
2020-05-04 15:25:27 -04:00

13 lines
333 B
Diff

--- control
+++ control
@@ -13,7 +13,8 @@
pkg-config,
txt2man,
zlib1g-dev,
- liblz4-dev
+ liblz4-dev,
+ libzstd-dev,
Standards-Version: 4.4.1
Homepage: https://www.pgbackrest.org/
Vcs-Git: https://salsa.debian.org/postgresql/pgbackrest.git