File: rules

package info (click to toggle)
nltk 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,060 kB
  • sloc: python: 75,262; xml: 359; makefile: 184; sh: 162
file content (14 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=nltk
export PYBUILD_DISABLE_python2=1

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

override_dh_auto_install:
	dh_auto_install
	chmod -v 644 debian/python*-nltk/usr/lib/python*/dist-packages/nltk/test/dependency.doctest

# needs nltk_data
override_dh_auto_test: