blob: 5b1c169835c3e319d9eb36ffa4a4623940b6bce3 (
plain)
1
2
3
4
5
6
7
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
|