File: rules

package info (click to toggle)
python-stomp 4.1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 528 kB
  • sloc: python: 3,507; makefile: 219
file content (17 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=stomp

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


override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/source build/html # HTML generator

override_dh_auto_install:
	dh_auto_install
	# don't install the script in python2 package, only in python3 to
	# avoid conflict between packages
	rm debian/python-stomp/usr/bin/stomp