File: rules

package info (click to toggle)
python-openai 1.99.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,784 kB
  • sloc: python: 57,274; sh: 140; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export PYBUILD_NAME=openai

%:
	dh $@ --with python3 -Spybuild

override_dh_auto_test:
	true

execute_after_dh_installexamples:
	find debian/ -type f -path "*examples/*.py" -exec chmod 644 {} \;