#!/usr/bin/make -f
# -*- makefile -*-

# Use all hardening flags for zathura
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -Dtests-wayland=disabled

execute_before_dh_auto_build:
	cd debian/dh && pod2man -c Debhelper -r '' dh_zathura dh_zathura.1
