File: rules

package info (click to toggle)
scikit-rf 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80,716 kB
  • sloc: python: 33,009; makefile: 130; sh: 19
file content (21 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
#DH_VERBOSE = 1

export PYBUILD_NAME = scikit-rf

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


override_dh_clean:
	dh_clean
	$(RM) -r scikit_rf.egg-info/

override_dh_auto_install:
	dh_auto_install
	$(RM) -r debian/python3-scikit-rf/usr/lib/python3*/dist-packages/apps
	chmod -x debian/python3-scikit-rf/usr/lib/python3*/dist-packages/skrf/data/skrf2.mplstyle


# Skipping tests for now:
override_dh_auto_test: