File: rules

package info (click to toggle)
diff-cover 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,040 kB
  • sloc: python: 5,187; xml: 194; cpp: 18; sh: 12; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

export PYBUILD_DESTDIR=debian/diff-cover

export PYBUILD_AFTER_BUILD= cd {home_dir}; \
  PYTHONPATH={build_dir} help2man --no-info --section=1 --no-discard-stderr \
    --name="find diff lines that need test coverage" \
    --output={dir}/debian/diff-cover.1 scripts/diff-cover ; \
  PYTHONPATH={build_dir} help2man --no-info --section=1 --no-discard-stderr \
    --name="find diff lines with quality violations" \
    --output={dir}/debian/diff-quality.1 scripts/diff-quality

%:
	dh $@ --buildsystem=pybuild