From 30319ba1308a556c0047182f9948d731e67fdcc8 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Nov 2015 16:59:45 +0000 Subject: Format control file --- debian/control | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 15bde43..e9d1db0 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,19 @@ Source: sklearn-pandas Maintainer: Christopher Baines Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9) +Build-Depends: debhelper (>= 9), + dh-python, + python-all, + python-setuptools, + python3-all, + python3-setuptools, Standards-Version: 3.9.6 Homepage: https://github.com/paulgb/sklearn-pandas Package: python-sklearn-pandas Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, + ${python:Depends}, Description: Pandas integration with sklearn sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames. @@ -20,7 +26,8 @@ Description: Pandas integration with sklearn Package: python3-sklearn-pandas Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, + ${python3:Depends}, Description: Pandas integration with sklearn sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames. -- cgit v1.2.3