#!/usr/bin/make -f # $Id: rules,v 1.9 2003/11/20 10:51:31 mquinson Exp $ # Import Common Debian Build System (CDBS). include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk # installing under debian/tmp... DEB_MAKE_ENVVARS := BUILD_ROOT=$(CURDIR)/debian/tmp LC_ALL=C # ... and moving it to the right dir using dh_install DEB_DH_INSTALL_SOURCEDIR := debian/tmp