diff options
author | Christopher Baines <mail@cbaines.net> | 2015-11-22 16:46:01 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-11-22 16:46:01 +0000 |
commit | 7f3e6d93c41c8d70e9c6c766c16211b486d5c038 (patch) | |
tree | 834b8e5038112c12200367c3af73a6bee5eb06c7 | |
parent | 147d916d9cc641d496b8bbb32b7db99701038491 (diff) | |
download | sklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar sklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar.gz |
Imported Debian patch 0.0.12-1
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rwxr-xr-x | debian/rules | 8 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e0e1c6d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +sklearn-pandas (0.0.12-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Christopher Baines <mail@cbaines.net> Sun, 22 Nov 2015 16:42:43 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 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 + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5b1c169 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Sun, 22 Nov 2015 16:42:43 +0000 +export PYBUILD_NAME=sklearn-pandas +%: + dh $@ --with python2,python3 --buildsystem=pybuild + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..bb47076 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/sklearn-pandas/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/sklearn-pandas/sklearn-pandas-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file |