File: rules

package info (click to toggle)
python-casacore 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,124 kB
  • ctags: 1,105
  • sloc: python: 3,661; cpp: 1,306; makefile: 65; sh: 9
file content (13 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-
#
export DH_VERBOSE=1
export PYBUILD_NAME = casacore

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


override_dh_clean:
	dh_clean
	rm -rf python_casacore.egg-info