#!/usr/bin/make -f

DEB_DH_INSTALL_SOURCEDIR=debian/tmp

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_DH_STRIP_ARGS=--dbg-package=libscw

debian/stamp-autotools-files:
	autoreconf -v --install
	touch debian/stamp-autotools-files

