File: rules

package info (click to toggle)
pysoundfile 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 284 kB
  • sloc: python: 1,773; makefile: 156; sh: 21
file content (18 lines) | stat: -rwxr-xr-x 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
export PYBUILD_NAME=soundfile

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

override_dh_auto_build:
	dh_auto_build
	make -C doc html

override_dh_clean:
	dh_clean
	rm -f _soundfile.py
	rm -rf SoundFile.egg-info/ doc/_build/

licensecheck:
	licensecheck --deb-machine -r * > debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints && rm debian/copyright_newhints