#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND = -Wno-maybe-uninitialized

%:
	dh $@

