File: rules

package info (click to toggle)
virt-manager 1%3A3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,104 kB
  • sloc: python: 42,712; xml: 20,573; makefile: 12; sh: 6
file content (21 lines) | stat: -rwxr-xr-x 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

override_dh_python3:
	dh_python3 usr/share/virt-manager

override_dh_auto_test:
	# run it with English locales only, as it does not work otherwise:
	# https://github.com/virt-manager/virt-manager/issues/199
	LANG=C LANGUAGE=C pytest-3 -v -rs

override_dh_auto_install:
	python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0

override_dh_installdocs:
	dh_installdocs --all NEWS.md

override_dh_bugfiles:
	dh_bugfiles --all