From 06cd8ada8ad4807d4a6d45d9e7fd28cc041d9e7f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 5 Aug 2010 15:47:54 -0400 Subject: [PATCH] Cleanup whitespace --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 0078e48..5beafce 100755 --- a/debian/rules +++ b/debian/rules @@ -35,15 +35,15 @@ clean: rm -rf build html rm -f posix1e.so rm -f $(PYVERS:%=build-python%) - dh_clean + dh_clean install: build $(PYVERS:%=install-python%) find $(DBGROOT) ! -type d ! -name '*_d.so' | xargs rm -f find $(DBGROOT) -depth -empty -print0|xargs -r0 rmdir install-python%: - python$* setup.py install --root $(CURDIR)/$(PKGROOT) --install-layout=deb - python$*-dbg setup.py install --root $(CURDIR)/$(DBGROOT) --install-layout=deb + python$* setup.py install --root $(PKGROOT) --install-layout=deb + python$*-dbg setup.py install --root $(DBGROOT) --install-layout=deb # Build architecture-dependent files here. binary-arch: build install -- 2.39.2