Newer
Older
# Enable Debian Hardening
# https://wiki.debian.org/Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Include all defaults, including buildflags.mk
include /usr/share/dpkg/default.mk
# Set unit test timeout multiplier to make slow tests
# pass on loaded builders.
export CK_TIMEOUT_MULTIPLIER=5
override_dh_auto_test:
dh_auto_test -O--no-parallel -- ARGS=--output-on-failure
# Start earlier than MySQL which has value 19
override_dh_installinit-arch:
dh_installinit -n --name=garb -- defaults 18 22