File: rules

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

# DH_VERBOSE := 1

export PYBUILD_NAME = streamz
export PYBUILD_TEST_ARGS={dir}/streamz/tests/

%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_install:
	# Remove this since it seems to override dask-worker-space files
	find debian/ -name 'dask-worker-space' | xargs rm -rf

execute_before_dh_installexamples:
	sed -i 's/ \/usr\/env python/\/usr\/bin\/python3/' examples/network_wordcount.py