File: rules

package info (click to toggle)
python-tatsu-lts 5.13.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 896 kB
  • sloc: python: 10,216; makefile: 54
file content (13 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME = TatSu_LTS

# Artifacts needed for testing
export PYBUILD_BEFORE_TEST=cp -r grammar {build_dir}/

# Garbage generated by testing
export PYBUILD_AFTER_TEST=rm -rfv {build_dir}/tmp {build_dir}/grammar

%:
	dh $@ --buildsystem=pybuild