File: rules

package info (click to toggle)
python-cloudflare 2.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 6,932; makefile: 138; sh: 76
file content (14 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME = cloudflare

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

# Suppress testing due to requirement of internet access
override_dh_auto_test:
	true

override_dh_installexamples:
	dh_installexamples
	chmod -x $(CURDIR)/debian/python3-cloudflare/usr/share/doc/python3-cloudflare/examples/*