File: rules

package info (click to toggle)
python-setproctitle 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 125
  • sloc: ansic: 730; python: 448; makefile: 49
file content (15 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#DH_VERBOSE=1
export PYBUILD_NAME=setproctitle

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

override_dh_auto_build:
	dh_auto_build
	rst2man README.rst | nroff -mandoc > build/README
	rst2man HISTORY.rst | nroff -mandoc > build/HISTORY

override_dh_auto_test:
	$(MAKE) check