File: rules

package info (click to toggle)
pygithub 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,476 kB
  • sloc: python: 38,409; sh: 7; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME = github
# Tests expect network access to api.github.com
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild


execute_after_dh_python3:
	rm -rfv debian/python3-github/usr/lib/python3.*