On Sat, Jul 28, 2001 at 03:46:17AM +0100, Will Newton wrote: > dh_installdirs --package=otcl1 --tmpdir=./debian/tmp > dh_installdirs --package=otcl-dev --tmpdir=./debian/tmp > > # Add here commands to install the package into debian/tmp > install -d debian/tmp > $(MAKE) install DESTDIR=`pwd`/debian/tmp > > Is this right or just lucky?
It doesn't look right. Your two packages (otcl1 and otcl-dev) can't share the same tmpdir. Hamish -- Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

