aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
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/rules
parent147d916d9cc641d496b8bbb32b7db99701038491 (diff)
downloadsklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar
sklearn-pandas-7f3e6d93c41c8d70e9c6c766c16211b486d5c038.tar.gz
Imported Debian patch 0.0.12-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
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
+