From 8216797c4b1abca9dafd8de9d65472d32450b389 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Mon, 3 May 2010 14:04:12 -0400 Subject: [PATCH] depend on unversioned libboost-dev --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e5c3bc759..f78bf8a976 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 54dc6c6cf3..7c483860f3 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 -- GitLab