On Wed, Nov 19, 2003 at 09:21:29PM +0100, martin f krafft wrote: > I have a couple of packages and some use debian/tmp to build, others > debian/<package>. I know of the -P debhelper option, but it says > that the default is debian/<package>. However, my packages use > debian/tmp, and I don't know where to set/change that. Would someone > please tell me?
IIRC it is DH_COMPAT_DUNNO_EXACT. echo 4 > debian/compat should do what you looking for. Geert Stappers

