File: rules

package info (click to toggle)
python-kdcproxy 0.3.2-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 169
  • sloc: python: 898; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 20 Oct 2015 15:06:59 +0300
export PYBUILD_NAME=kdcproxy
%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/python*-kdcproxy/usr/lib/python*/dist-packages/kdcproxy-*.egg-info

override_dh_auto_test:
	http_proxy='http://127.0.0.1:9/' tox --sitepackages -e py27,py35