#!/usr/bin/make -f # -*- makefile -*- # Use all hardening flags for zathura export DEB_BUILD_MAINT_OPTIONS=hardening=+all ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) TESTS=enabled else TESTS=disabled endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- -Dtests-wayland=$(TESTS) -Dtests-x11=$(TESTS) execute_before_dh_auto_build: cd debian/dh && pod2man -c Debhelper -r '' dh_zathura dh_zathura.1