File: rules

package info (click to toggle)
fparser 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,888 kB
  • sloc: python: 27,635; makefile: 28; f90: 16
file content (15 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# magic debhelper rule
%:
	dh $@  --buildsystem=pybuild

override_dh_auto_test:
	@echo "Some tests currently fail; ignore for this release"

override_dh_auto_clean:
	rm -fr build src/fparser.egg-info
	rm -rf .pybuild src/fparser/_version.py