File: rules

package info (click to toggle)
sphinxcontrib-seqdiag 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 630; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

#export DH_VERBOSE=1

export PYBUILD_NAME=sphinxcontrib.seqdiag
export PYBUILD_TEST_ARGS=-k 'not test_build'

%:
	dh $@ --buildsystem=pybuild

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