#!/usr/bin/make -f
# -*- makefile -*-
# Build rules for the Debian package kalign

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_dwz:
	# do nothing because of the following error:
	# "dwz: Too few files for multifile optimization"
