#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_OPTIONS += noautodbgsym nocheck

include /usr/share/Rack2/env.mk

_make = $(MAKE) -j$(shell nproc --ignore=1)

%:
	dh $@

override_dh_auto_build:
	$(_make) SLUG=StudioSixPlusOne VERSION=2.1.0 dist

override_dh_auto_install:
