Skip to content
Snippets Groups Projects
Commit 866a79f4 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

BF: little fixes around

parent e76786e2
No related branches found
No related tags found
No related merge requests found
...@@ -16,15 +16,15 @@ Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python- ...@@ -16,15 +16,15 @@ Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-
Provides: ${python:Provides} Provides: ${python:Provides}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Recommends: python-nose, python-psyco, python-matplotlib Recommends: python-nose, python-psyco, python-matplotlib
Suggests: python-mvpa, python-mdp, python-scikits-learn-doc Suggests: python-dap, python-scikits-optimization, python-scikits-learn-doc
Description: python modules for machine learning and data mining Description: Python modules for machine learning and data mining
scikit-learn is a collection of python modules relevant to scikit-learn is a collection of Python modules relevant to
machine/statistical learning and data mining. Non-exhaustive list of machine/statistical learning and data mining. Non-exhaustive list of
included functionality: included functionality:
- Gaussian Mixture Models - Gaussian Mixture Models
- Manifold learning - Manifold learning
- kNN - kNN
- SVM (via libsvm) - SVM (via LIBSVM)
Package: python-scikits-learn-doc Package: python-scikits-learn-doc
......
...@@ -22,7 +22,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) ...@@ -22,7 +22,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
endif endif
clean:: clean::
$(MAKE) distclean rm -rf build doc/_build
# run at install otherwise at build it tends to do them twice for some # run at install otherwise at build it tends to do them twice for some
# reason # reason
...@@ -41,7 +41,7 @@ build/python-scikits-learn-doc:: doc ...@@ -41,7 +41,7 @@ build/python-scikits-learn-doc:: doc
# use jquery from Debian package # use jquery from Debian package
# symlinked by debhelper # symlinked by debhelper
install/python-scikits-learn-doc:: install/python-scikits-learn-doc::
-rm build/html/_static/jquery.js -rm doc/_build/html/_static/jquery.js
install/python-scikits-learn-lib:: install/python-scikits-learn-lib::
# move libraries into the python-scikits-learn-lib package # move libraries into the python-scikits-learn-lib package
...@@ -71,7 +71,7 @@ DEB_DESTDIR = $(CURDIR)/debian/python-scikits-learn ...@@ -71,7 +71,7 @@ DEB_DESTDIR = $(CURDIR)/debian/python-scikits-learn
DEB_COMPRESS_EXCLUDE := .py .pdf .html .css .jpg .txt .js .json .rtc .par .bin DEB_COMPRESS_EXCLUDE := .py .pdf .html .css .jpg .txt .js .json .rtc .par .bin
# -doc package contents # -doc package contents
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
DEB_INSTALL_DOCS_python-scikits-learn-doc := build/html DEB_INSTALL_DOCS_python-scikits-learn-doc := doc/_build/html
DEB_INSTALL_EXAMPLES_python-scikits-learn-doc := examples/* DEB_INSTALL_EXAMPLES_python-scikits-learn-doc := examples/*
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment