File: rules

package info (click to toggle)
pyfits 1%3A3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,520 kB
  • ctags: 6,239
  • sloc: ansic: 96,230; python: 18,806; yacc: 4,956; lex: 545; makefile: 80
file content (17 lines) | stat: -rwxr-xr-x 276 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

%:
	dh $@ --with python2,python3 --buildsystem=pybuild --parallel 

override_dh_auto_clean:
	dh_auto_clean
	rm -f pyfits/version.py
	rm -rf .eggs

override_dh_auto_install:
	dh_auto_install

	# The dh sequencer does not call dh_numpy
	dh_numpy
	dh_numpy3