File: rules

package info (click to toggle)
python-firehose 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,104 kB
  • sloc: python: 2,587; xml: 1,388; makefile: 152; ansic: 34
file content (17 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=firehose

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rvf ./*.egg-info ./build \
		tests/parsers/example-output/findbugs/findbugs_jformatstring.txt

override_dh_auto_test:
	mkdir -pv tests/parsers/example-output/findbugs/
	cp -v debian/test-data/findbugs_jformatstring.txt \
		tests/parsers/example-output/findbugs/findbugs_jformatstring.txt
	dh_auto_test