File: rules

package info (click to toggle)
python-pyo 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,556 kB
  • sloc: ansic: 121,160; python: 28,338; sh: 1,353; makefile: 380; cpp: 234
file content (24 lines) | stat: -rwxr-xr-x 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

export PYBUILD_NAME=pyo

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

#override_dh_auto_build:
#	set -e; \
#		for i in $(buildvers); do \
#			python$$i setup.py build --use-jack --use-double; \
#		done
#
#override_dh_auto_install:
#	set -e; \
#		for i in $(buildvers); do \
#			python$$i ./setup.py install --skip-build --root $(CURDIR)/debian/python-pyo --install-layout=deb; \
#		done

override_dh_compress:
	dh_compress -X.wav -X.aif -X.py

override_dh_strip:
	dh_strip --automatic-dbgsym