From: Sebastian Harl Date: Mon, 1 Jun 2009 13:13:35 +0000 (+0200) Subject: rules: Clean python*-dbg as well. X-Git-Tag: debian/1.3.8-1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e395d389f6556ed2fc4f86fe219acb0a61e7ac76;p=pkg-rrdtool.git rules: Clean python*-dbg as well. --- diff --git a/debian/rules b/debian/rules index 8856b12..10f18a0 100755 --- a/debian/rules +++ b/debian/rules @@ -87,13 +87,13 @@ build-python%: build-arch-stamp set -e ;\ cd bindings/python ;\ BUILDLIBDIR=../../src/.libs LIBDIR=../../src/.libs python$* setup.py build ;\ - touch $@ + touch $@ build-indep: build-arch-stamp #indep stuff is built in build-arch-stamp, too. clean: clean-patched -clean-patched: unpatch $(PY_VERS:%=clean-python%) +clean-patched: unpatch $(PY_VERS:%=clean-python%) $(PY_VERS:%=clean-python%-dbg) dh_testdir dh_testroot @@ -123,8 +123,8 @@ endif clean-python%: unpatch set -e ;\ cd bindings/python ;\ - python$* setup.py clean - rm -f build-python$* + python$* setup.py clean ;\ + rm -f build-python$* install: install-arch install-indep