File: rules

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

export PYBUILD_NAME=spark
export PYBUILD_SYSTEM=distutils

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

override_dh_auto_install:
	dh_auto_install
	python3 $(CURDIR)/install-sysdata.py \
		--prefix=/usr \
		--root=$(CURDIR)/debian/laniakea-spark