File: rules

package info (click to toggle)
fparser 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,084 kB
  • sloc: python: 28,555; f90: 70; makefile: 36
file content (15 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (2)
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