File: rules

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

# DH_VERBOSE := 1

export PYBUILD_NAME = streamz

%:
	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