From e395d389f6556ed2fc4f86fe219acb0a61e7ac76 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 1 Jun 2009 15:13:35 +0200 Subject: [PATCH] rules: Clean python*-dbg as well. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2