#!/usr/bin/make -f
# debian/rules for mscompress.  GNU copyright 1997-1999 by Joey Hess and others.

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

%:
	dh $@ --with autoreconf
