forked from python-packages/python-pid
a55543f1c5
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 40s
11 lines
250 B
Makefile
Executable File
11 lines
250 B
Makefile
Executable File
#! /usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=antlr4-python3-runtime
|
|
export PYBUILD_TEST_ARGS=--pattern "*.py" --start-directory test
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs -k RELEASE-4.5.txt
|