#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# required with ICU 75.1+
export DEB_CXXFLAGS_MAINT_APPEND=-std=c++17

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-gnutls

override_dh_auto_test:
	@echo Tests disabled as they require credentals in ~/.passwd-s3fs.
