#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@
