Skip to content

Commit

Permalink
Merge pull request #1250 from EdgarModesto23/edgar-add-zstd-debian-bu…
Browse files Browse the repository at this point in the history
…ild-dependencies

Add zstd compression support to package build dependencies
  • Loading branch information
kiplingw authored Oct 15, 2024
2 parents d158cde + 3955fa3 commit 9ab0049
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pistache (0.4.8.20241014-1) UNRELEASED; urgency=low
pistache (0.4.8.20241015-1) UNRELEASED; urgency=low

* Bumped version.

Expand Down
2 changes: 2 additions & 0 deletions control
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Build-Depends: debhelper-compat (= 13), meson (>= 0.53.2)
Build-Depends-Arch: libbrotli-dev,
libcurl4-openssl-dev,
libevent-dev,
libzstd-dev,
libgmock-dev (>= 1.11.0) <!nocheck> | googletest (>= 1.11.0) <!nocheck>,
libssl-dev,
netbase <!nocheck>,
Expand Down Expand Up @@ -40,6 +41,7 @@ Section: libdevel
Architecture: any
Depends: libpistache0 (= ${binary:Version}),
libbrotli-dev,
libzstd-dev,
libssl-dev,
rapidjson-dev,
zlib1g-dev | libz-dev
Expand Down
4 changes: 2 additions & 2 deletions rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ override_dh_auto_configure:
-DPISTACHE_BUILD_DOCS=false \
-DPISTACHE_USE_SSL=true \
-DPISTACHE_USE_CONTENT_ENCODING_BROTLI=true \
-DPISTACHE_USE_CONTENT_ENCODING_DEFLATE=true

-DPISTACHE_USE_CONTENT_ENCODING_DEFLATE=true \
-DPISTACHE_USE_CONTENT_ENCODING_ZSTD=true
override_dh_auto_test:
dh_auto_test -- \
--no-suite=network

0 comments on commit 9ab0049

Please sign in to comment.