diff -r 92ead039d3d0 -r 94cc7cad3d2d debian/rules --- a/debian/rules Mon Nov 23 14:13:53 2009 +0100 +++ b/debian/rules Thu Dec 03 17:17:43 2009 +0100 @@ -8,7 +8,7 @@ PY_VERSION:=$(shell pyversions -d) build: build-stamp -build-stamp: +build-stamp: dh_testdir # XXX doesn't work if logilab-doctools, logilab-xml are not in build depends # and I can't get pbuilder find them in its chroot :( @@ -17,7 +17,7 @@ python setup.py build touch build-stamp -clean: +clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -82,6 +82,6 @@ binary-arch: -binary: binary-indep +binary: binary-indep .PHONY: build clean binary binary-indep binary-arch