File: rules

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := {interpreter} tests/runtests.py
# pybuild defaults to no_proxy=localhost, but some tests use 127.0.0.1.
export no_proxy=localhost,127.0.0.1

%:
	dh $@ --buildsystem pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS