#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk-app --with-gnome-app

override_dh_installdocs:
	dh_installdocs -A README LISEZMOI HACKING

override_dh_auto_clean:
	dh_auto_clean
	git checkout verbiste.spec || true  # fixes upstream that deletes a file for some reason

%:
	dh $@ --parallel --with autoreconf
