diff options
author | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-03-25 10:22:27 +0100 |
---|---|---|
committer | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-03-25 10:22:27 +0100 |
commit | 08cdd31ebe07e65b60374d73d9173eb5c5ba468b (patch) | |
tree | 92bfcc93fde55d2695863c8ff46d41fb70db202a | |
parent | 9337b150f796dd7f37e0bb32814ac9ad712fb2d0 (diff) | |
download | logilab-common-08cdd31ebe07e65b60374d73d9173eb5c5ba468b.tar.gz |
actually needs to remove tests
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 0b740bd..8f057e4 100755 --- a/debian/rules +++ b/debian/rules @@ -54,6 +54,8 @@ install: build dh_installdirs NO_SETUPTOOLS=1 python setup.py -q install --no-compile --root=debian/python-logilab-common/ --install-headers=usr/include/ --install-scripts=usr/bin/ + # remove test directory + rm -rf debian/python-logilab-common/usr/lib/python*/site-packages/logilab/common/test # Build architecture-independent files here. binary-indep: build install |