#!/usr/bin/make -f
# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
# This file is public domain.

# Workaround for #957142
export DEB_CFLAGS_MAINT_APPEND = -fcommon

%:
	dh $@
