File: rules

package info (click to toggle)
sklearn-pandas 2.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 1,177; sh: 12; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export DH_VERBOSE=1

ifneq (i386,$(DEB_HOST_ARCH))
export PYBUILD_TEST_ARGS=; cd {dir}; python{version} -m doctest -v README.rst
endif
export PYBUILD_NAME=sklearn-pandas

%:
	dh $@ --buildsystem=pybuild