File: rules

package info (click to toggle)
fparser 0.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,372 kB
  • sloc: python: 30,536; makefile: 156; f90: 16
file content (14 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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