From 1d3da21fa06fd9ad5a67e2dd347a3c867d72b1d0 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Thu, 1 Apr 2010 13:30:08 -0400 Subject: [PATCH] ENH: remove scikits/__init__.py upon installation --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index 99c60405b8..ff72f788a6 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,13 @@ endif # Also without this step, movemodules from pysupport would not # move arch-indep part of the module under pyshared install/python-scikits-learn:: install/python-scikits-learn-lib + # prune scikits/__init__.py declaring a namespace, + # so we don't have conflicts in future between + # different python-scikits-* packages. blank __init__.py + # as would be created by pysupport is sufficient + # since all system-wide installed scikits will share this + # location + find debian -wholename \*scikits/__init__.py -delete ## binary-install/python-scikits-learn-lib:: ## # assure that there is no mvpa module itself -- GitLab