File: rules

package info (click to toggle)
python-jack-client 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 356 kB
  • sloc: python: 2,123; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=jack-client

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst

override_dh_auto_test:
#Upstream does not provide valid tests