File: rules

package info (click to toggle)
python-casacore 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,516 kB
  • sloc: python: 4,360; cpp: 1,545; makefile: 67; sh: 6
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