File: rules

package info (click to toggle)
python3-chardet 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 692 kB
  • sloc: python: 5,635; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with python3

# remove these overrides once 597105 will be fixed:

override_dh_auto_build:

override_dh_auto_install:
	python3 setup.py install --root=debian/python3-chardet/ --install-layout=deb

override_dh_auto_clean:
	python3 setup.py clean
	dh_clean
	rm -rf build