#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

version=1.0.0
major=1

%:
	dh $@

