File: rules

package info (click to toggle)
python-pyo 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 52,332 kB
  • sloc: python: 135,133; ansic: 127,822; javascript: 16,116; sh: 395; makefile: 389; cpp: 242
file content (16 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=pyo

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

override_dh_install:
	dh_install
	#rm -f $(CURDIR)/debian/python-pyo/usr/bin/epyo $(CURDIR)/debian/python3-pyo/usr/bin/epyo

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

override_dh_strip:
	dh_strip --automatic-dbgsym