File: rules

package info (click to toggle)
sphinxcontrib-seqdiag 2.0.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 172 kB
  • sloc: python: 319; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=sphinxcontrib.seqdiag
#export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
export PYBUILD_DISABLE=test

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_python3:
	dh_python3
	find $(CURDIR)/debian/python3-sphinxcontrib.seqdiag -name tests -a -type d | xargs rm -rf