diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f951765 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: sklearn-pandas +Maintainer: Christopher Baines <mail@cbaines.net> +Section: python +Priority: optional +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: https://github.com/paulgb/sklearn-pandas + +Package: python-sklearn-pandas +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Pandas integration with sklearn + +Package: python3-sklearn-pandas +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Pandas integration with sklearn + |