#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 include /usr/share/dpkg/architecture.mk %: dh $@ OPM_DEBIAN_MK ?= /usr/share/opm/opm-debian.mk ifneq ("$(wildcard $(OPM_DEBIAN_MK))","") include $(OPM_DEBIAN_MK) endif