On Wed, 2007-05-16 at 16:28 +0200, Loïc Minier wrote: > cdbs doesn't rm -rf DEB_BUILDDIR or DEB_BUILDDIR_<package>; it will > only rmdir them (it mkdir them too).
But what if DEB_BUILDDIR is the the top-level directory, like: package-1.0.1/ Makefile src/ debian/ control rules where DEB_BUILDDIR is "package-1.0.1"? It should only remove that if it created it, right?