File: rules

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

#export DH_VERBOSE = 1

export PYBUILD_NAME=plyara
export PYBUILD_AFTER_TEST=rm -fv {build_dir}/plyara/parsetab.py

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_installexamples:
	chmod 644 examples/corpus_stats.py