File: rules

package info (click to toggle)
python-easydev 0.13.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: python: 1,904; makefile: 116; javascript: 49
file content (15 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export LC_ALL=C.UTF-8
export PYBUILD_NAME=easydev

# test_url requires internet connection, which we don't have during
# the build.
export PYBUILD_TEST_ARGS=-k "not test_url"

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	# remove coverage report
	$(RM) debian/*/usr/lib/python*/dist-packages/.coverage