File: rules

package info (click to toggle)
pydf 14%2Bgit20170320.5996c59-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: python: 551; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

override_dh_auto_clean:
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
	echo "Do nothing..."

# Make sure python3:Depends will properly resolved
override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3