#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh  $@

override_dh_compress:
	dh_compress --exclude=cdargs-bash --exclude=cdargs-tcsh
