File: rules

package info (click to toggle)
unidecode 1.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,608 kB
  • sloc: python: 49,149; perl: 30; sh: 24; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=unidecode

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

override_dh_auto_test:
	LC_ALL=C.UTF-8 dh_auto_test