File: rules

package info (click to toggle)
sasdata 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,424 kB
  • sloc: xml: 11,476; python: 8,268; makefile: 48; sh: 7
file content (18 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=sasdata
export SKIP_NETWORK_TESTS=1

# list tests as they run
export PYBUILD_TEST_ARGS=-v

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	rm -rf $(CURDIR)/debian/python3-sasdata/usr/lib/python3*/dist-packages/sasdata/docs*/

execute_after_dh_installdocs:
	rm -rf $(CURDIR)/debian/python-sasdata-doc/usr/share/doc/*/.doctrees