File: rules

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

export PYBUILD_NAME=firehose

%:
	dh $@ --buildsystem=pybuild

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

execute_before_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