File: rules

package info (click to toggle)
mipp 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,800 kB
  • ctags: 510
  • sloc: python: 3,820; makefile: 84; sh: 41
file content (31 lines) | stat: -rwxr-xr-x 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1


export PYBUILD_NAME=mipp
export PYBUILD_TEST_ARGS=tests


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


override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C doc html


override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r mipp.egg-info
	$(MAKE) -C doc clean


override_dh_install:
	dh_install --list-missing
	chmod 0644 debian/*/usr/share/python-mipp-test/data/*