File: rules

package info (click to toggle)
python-prctl 1.1.1-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 133
  • sloc: python: 453; ansic: 435; makefile: 79
file content (14 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PRCTL_SKIP_KERNEL_CHECK = 1

%:
	dh $@ --with python2

clean:
	dh clean
	make -C docs clean

override_dh_auto_build:
	dh_auto_build
	make -C docs html