File: rules

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

export PYBUILD_NAME=unidecode

%:
	dh $@ --with python3 --buildsystem pybuild

override_dh_auto_test:
	LC_ALL=C.UTF-8 dh_auto_test