File: rules

package info (click to toggle)
python-whisper 0.9.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 222
  • sloc: python: 1,331; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_install:
	rename 's/\.py//' debian/python-whisper/usr/bin/*.py
	chmod +x  debian/python-whisper/usr/bin/whisper-diff
	dh_install