File: rules

package info (click to toggle)
pypdf 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,484 kB
  • sloc: python: 39,672; makefile: 35
file content (7 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=--cov --cov-report term-missing -vv -m 'not samples and not enable_socket'
export PYBUILD_AFTER_TEST=rm -f .pybuild/*/build/.coverage

%:
	dh $@ --buildsystem=pybuild