diff --git a/debian/changelog b/debian/changelog index 0e5c3bc75908bddc384b0ac371f5be4091be7ab6..f78bf8a97660acc4cc2b9ab0cfad12e1386598ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ scikit-learn (0.3-1) unstable; urgency=low + additional cleanups * debian/control: + additional build-depends: python-matplotlib, ipython, swig, - libboost1.42-dev + libboost-dev -- Yaroslav Halchenko <debian@onerussian.com> Mon, 03 May 2010 12:25:21 -0400 diff --git a/debian/control b/debian/control index 54dc6c6cf3fd4918f2548cc4442b9d5c42a83735..7c483860f3522f508c56e60208d7f09848e34fa3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Experimental Psychology Maintainers <pkg-exppsy-maintainers@lists.alioth.debian.org> Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com> -Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy-ext, python-scipy, libsvm-dev (>= 2.84.0), python-sphinx, graphviz, python-nose, python-setuptools, cython, python-matplotlib, ipython, swig, libboost1.42-dev +Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy-ext, python-scipy, libsvm-dev (>= 2.84.0), python-sphinx, graphviz, python-nose, python-setuptools, cython, python-matplotlib, ipython, swig, libboost-dev Standards-Version: 3.8.4 Homepage: http://scikit-learn.sourceforge.net Vcs-Browser: http://github.com/yarikoptic/scikit-learn