File: rules

package info (click to toggle)
python-casacore 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,476 kB
  • sloc: python: 4,839; cpp: 1,499; makefile: 67
file content (16 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

export PYBUILD_NAME = casacore

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_clean:
	dh_clean
	rm -rf python_casacore.egg-info

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3