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

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

override_dh_auto_build:
	dh_auto_build -- VERSION=$(DEB_VERSION) dump978-fa skyaware978

override_dh_installinit:
	dh_installinit --no-stop-on-upgrade --no-restart-after-upgrade

override_dh_installsystemd:
	dh_installsystemd --no-restart-after-upgrade

%:
	dh $@
