File: rules

package info (click to toggle)
python3-antlr4 4.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 6,189; sh: 18; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/make -f

export PYBUILD_NAME=antlr4
#export PYBUILD_TEST_ARGS=--pattern "*.py" --start-directory test

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs -k RELEASE-4.5.txt


override_dh_auto_test:
	#pybuild --test --test-custom --test-args "python{version} test/run.py"
	#not until the tests are again packaged or we switch the upstream source