diff -u python-lightblue-0.2/debian/rules python-lightblue-0.2/debian/rules --- python-lightblue-0.2/debian/rules +++ python-lightblue-0.2/debian/rules @@ -25,6 +25,9 @@ [ ! -f ./setup.py ] || for PYTHON in $(PYVERSIONS); do \ $$PYTHON ./setup.py clean || :; \ done + + [ ! -d build ] || rm -rf build + dh_clean install: build diff -u python-lightblue-0.2/debian/changelog python-lightblue-0.2/debian/changelog --- python-lightblue-0.2/debian/changelog +++ python-lightblue-0.2/debian/changelog @@ -1,3 +1,11 @@ +python-lightblue (0.2-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * debian/rules + - remove build dir, if present (Closes: #442712) + + -- Sandro Tosi Mon, 31 Mar 2008 20:27:50 +0200 + python-lightblue (0.2-3) unstable; urgency=low * Remove python-all dependency, which is included with python-all-dev.