File: rules

package info (click to toggle)
python-socketio-client 0.6.5-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 228
  • sloc: python: 1,108; makefile: 14
file content (25 lines) | stat: -rwxr-xr-x 527 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
#!/usr/bin/make -f
# -*- makefile -*-

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

export PYBUILD_NAME=socketio-client
export PYBUILD_DISABLE=test

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

override_dh_auto_clean:
	dh_auto_clean
	rm -fr socketIO_client.egg-info

override_dh_auto_install:
	dh_auto_install
	find debian/python-socketio-client -name "*SOURCES.txt" -delete

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGES.rst

override_dh_python2:
	dh_python2 --no-guessing-deps