File: rules

package info (click to toggle)
python-watson-developer-cloud 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,204 kB
  • sloc: python: 39,056; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=ibm-watson
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild

override_dh_fixperms:
	chmod 644 debian/python3-ibm-watson/usr/share/doc/python3-ibm-watson/examples/*.py
	dh_fixperms