From 7f3e6d93c41c8d70e9c6c766c16211b486d5c038 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Nov 2015 16:46:01 +0000 Subject: Imported Debian patch 0.0.12-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 6 files changed, 37 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch 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 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 +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 -- cgit v1.2.3