File: rules

package info (click to toggle)
python-vigietools 0.0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 112 kB
  • sloc: python: 958; sh: 79; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

UPSTREAM_GIT ?= https://salsa.debian.org/openstack-team/libs/python-vigietools
include /usr/share/openstack-pkg-tools/pkgos.make

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

override_dh_auto_clean:
	rm -rf build .pybuild
	dh_auto_clean

override_dh_auto_test:
	echo "No tests for the moment."

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3