File: rules

package info (click to toggle)
guessit 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 972 kB
  • ctags: 622
  • sloc: python: 4,957; sh: 14; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export PYBUILD_NAME=guessit
export LC_ALL=C.UTF-8

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

override_dh_install:
	dh_install
	dh_lintian
	rm -r debian/python-guessit/usr/bin/

override_dh_installchangelogs:
	dh_installchangelogs HISTORY.rst