aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-11-22 16:46:01 +0000
committerChristopher Baines <mail@cbaines.net>2015-11-22 16:46:01 +0000
commit7f3e6d93c41c8d70e9c6c766c16211b486d5c038 (patch)
tree834b8e5038112c12200367c3af73a6bee5eb06c7 /debian/control
parent147d916d9cc641d496b8bbb32b7db99701038491 (diff)
downloadsklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar
sklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar.gz
Imported Debian patch 0.0.12-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
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
+