File: rules

package info (click to toggle)
python-ecs-logging 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: python: 983; sh: 30; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
	a2x -v -d book -f text docs/index.asciidoc
	mv docs/index.text docs/reference.txt