#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	make "`dpkg-buildflags --export=configure`"

override_dh_auto_install:
	make install DESTDIR=`pwd`/debian/dds2tar
	install debian/scsi_vendor.bash debian/dds2tar/usr/bin/scsi_vendor
