File: rules

package info (click to toggle)
pydf 15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 128 kB
  • sloc: python: 616; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (3)
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