File: rules

package info (click to toggle)
python-ecs-logging 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: python: 1,116; sh: 30; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
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=ecs-logging
# remove apm tests, missing elasticapm in debian
export PYBUILD_TEST_ARGS="--ignore=tests/test_apm.py"

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	pandoc -s docs/reference/*.md -t plain -o docs/reference.txt