Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Section: libs
Priority: optional
Maintainer: Kip Warner <[email protected]>
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 12), meson (>= 0.50.0), python3-distutils
Build-Depends: debhelper-compat (= 13), meson (>= 0.50.0)
Build-Depends-Arch: libcurl4-openssl-dev,
libgtest-dev (>= 1.8.0) | googletest (>= 1.8.0),
libssl-dev,
Expand All @@ -34,7 +34,6 @@ Description: elegant C++ REST framework
Package: libpistache-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libpistache0 (= ${binary:Version}),
libssl-dev,
rapidjson-dev,
Expand Down
8 changes: 4 additions & 4 deletions rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ override_dh_auto_configure:
dh_auto_configure -- \
--default-library=both \
-DPISTACHE_BUILD_EXAMPLES=true \
-DPISTACHE_ENABLE_FLAKY_TESTS=false \
-DPISTACHE_BUILD_TESTS=true \
-DPISTACHE_ENABLE_NETWORK_TESTS=false \
-DPISTACHE_BUILD_DOCS=false \
-DPISTACHE_USE_SSL=true

#override_dh_auto_test: https://github.com/pistacheio/pistache/blob/f3080e9e4e7ce5d0cb866b5d6320d51205c33ff0/debian/rules#L53-L63

override_dh_auto_test:
dh_auto_test -- \
--no-suite=network \
--no-suite=flaky