File: rules

package info (click to toggle)
python-langdetect 1.0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,572 kB
  • sloc: python: 1,226; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=langdetect

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	chmod -x debian/python3-langdetect/usr/lib/python3*/dist-packages/langdetect/profiles/*
	chmod -x debian/python3-langdetect/usr/lib/python3*/dist-packages/langdetect/utils/messages.properties