diff --git a/control b/control index c39b6490b..5e1173dbb 100644 --- a/control +++ b/control @@ -7,7 +7,7 @@ Section: libs Priority: optional Maintainer: Kip Warner 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, @@ -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, diff --git a/rules b/rules index 373ff30ad..b8336aa55 100755 --- a/rules +++ b/rules @@ -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