#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ -Dauto_features=enabled \ -Dtests=$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),disabled,enabled) execute_after_dh_installdocs-arch: appstreamcli metainfo-to-news debian/gnome-commander/usr/share/metainfo/org.gnome.gnome-commander.appdata.xml \ debian/gnome-commander/usr/share/doc/gnome-commander/NEWS override_dh_missing: dh_missing -X usr/include override_dh_auto_test: xvfb-run -a dh_auto_test