#!/usr/bin/make -f

%:
	dh $@ --without=single-binary

# We only use dh_gnome to automatically run dh_translations in Ubuntu
override_dh_gnome:
